#21B430

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

Shades of Lime Green #21B430

Tints of Lime Green #21B430

Color information

#21B430 (or 0x21B430) is unknown color: approx Lime Green. HEX triplet: 21, B4 and 30. RGB value is (33,180,48). Sum of RGB (Red+Green+Blue) = 33+180+48=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 180 (70.70% from 255 or 68.97% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 180 - color contains mainly: green. Hex color #21B430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B430 is #DE4BCF. Grayscale: #797979. Windows color (decimal): -14568400 or 3191841. OLE color: 3191841.

HSL color Cylindrical-coordinate representation of color #21B430: hue angle of 126.12º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B430 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB3318048-
CMYK0.8200.730.29
HSL126.12º69.01%41.76%-
HSV(B)126.12º81.67%70.59%-
XYZ17.4833.188.28-
YUV12186.865.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 180 (70.70% from 255) = 68.97%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=12.64%
G=68.97%
B=18.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33180480.8200.730.29126.1269.0141.76
Hex21B430520491D7e452a
Octal412646012201113517610552
Binary100001101101001100001010010010010011110111111101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,180,48); }

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

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

 a { background-color: rgb(33,180,48); }

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

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

 span { border-color: rgb(33,180,48); }

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