#21bf2c

Color #21BF2C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #21BF2C

Tints of Lime Green #21BF2C

Color information

#21BF2C (or 0x21BF2C) is unknown color: approx Lime Green. HEX triplet: 21, BF and 2C. RGB value is (33,191,44). Sum of RGB (Red+Green+Blue) = 33+191+44=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BF2C is #DE40D3. Grayscale: #7F7F7F. Windows color (decimal): -14565588 or 2932513. OLE color: 2932513.

HSL color Cylindrical-coordinate representation of color #21BF2C: hue angle of 124.18º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BF2C is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB3319144-
CMYK0.8300.770.25
HSL124.18º70.54%43.92%-
HSV(B)124.18º82.72%74.9%-
XYZ19.7137.778.63-
YUV12781.1560.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 191 (75% from 255) = 71.27%
BLUE value IS 44 (17.58% from 255) = 16.42%
R=12.31%
G=71.27%
B=16.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33191440.8300.770.25124.1870.5443.92
Hex21BF2C5304D197c472c
Octal412775412301153117410754
Binary100001101111111011001010011010011011100111111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21bf2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21bf2c; }

 p { color: rgb(33,191,44); }

 H1.HeaderClassName
 {
   color: #21bf2c;
 }
 .AnyTagClassName
 {
   color: #21bf2c;
 }
</style>
background-color css

<style>
 a { background-color: #21bf2c; }

 a { background-color: rgb(33,191,44); }

 div.DivClassName
 {
   background-color: #21bf2c;
 }
 .BgClassName
 {
   background-color: #21bf2c;
 }
</style>
border-color css

<style>
 span { border-color: #21bf2c; }

 span { border-color: rgb(33,191,44); }

 td.TdClassName
 {
   border-color: #21bf2c;
 }
 .TagClassName
 {
   border-color: #21bf2c;
 }
</style>