#21B83B

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

Shades of Lime Green #21B83B

Tints of Lime Green #21B83B

Color information

#21B83B (or 0x21B83B) is unknown color: approx Lime Green. HEX triplet: 21, B8 and 3B. RGB value is (33,184,59). Sum of RGB (Red+Green+Blue) = 33+184+59=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 184 (72.27% from 255 or 66.67% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 184 - color contains mainly: green. Hex color #21B83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B83B is #DE47C4. Grayscale: #7C7C7C. Windows color (decimal): -14567365 or 3913761. OLE color: 3913761.

HSL color Cylindrical-coordinate representation of color #21B83B: hue angle of 130.33º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B83B is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB3318459-
CMYK0.8200.680.28
HSL130.33º69.59%42.55%-
HSV(B)130.33º82.07%72.16%-
XYZ18.5634.929.9-
YUV124.690.9762.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.96%
GREEN value IS 184 (72.27% from 255) = 66.67%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=11.96%
G=66.67%
B=21.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33184590.8200.680.28130.3369.5942.55
Hex21B83B520441C82462b
Octal412707312201043420210653
Binary1000011011100011101110100100100010011100100000101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,184,59); }

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

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

 a { background-color: rgb(33,184,59); }

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

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

 span { border-color: rgb(33,184,59); }

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