Html Css Color HEX #21C139 Lime Green

📋 copy color: '#21C139'

red 33 ◦ green 193 ◦ blue 57

#21C139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #21C139

Tints of Lime Green #21C139

RGB

 RED value IS 33 (13.28% from 255) = 11.66%

 GREEN value IS 193 (75.78% from 255) = 68.2%

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 11.66%
G = 68.2%
B = 20.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#21C139 (or 0x21C139) is known color: Lime Green. HEX triplet: 21, C1 and 39. RGB value is (33,193,57). Sum of RGB (Red+Green+Blue) = 33+193+57=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #21C139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C139 is #DE3EC6. Grayscale: #828282. Windows color (decimal): -14565063 or 3784993. OLE color: 3784993.

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

Color convert

RGB 33 193 57 -
CMYK 0.83 0 0.70 0.24
HSL 129º 0.71% 0.44% -
HSV(B) 129º 0.83% 0.76% -
XYZ 20.44 38.76 10.28 -
YUV 129.66 86.99 59.06 -
System Red Green Blue C M Y K H S L
Decimal 33 193 57 0.83 0 0.70 0.24 129 0.71 0.44
Hex 21 C1 39 53 0 46 18 81 47 2C
Octal 41 301 71 123 0 106 30 201 107 54
Binary 100001 11000001 111001 1010011 0 1000110 11000 10000001 1000111 101100

Color Harmonies of #21C139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C139

Black with #21C139

Text Example


Text Example

White with #21C139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,193,57); }

 H1.HeaderClassName
 {
   color: #21C139;
 }
 .AnyTagClassName
 {
   color: #21C139;
 }
</style>

background-color css

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

 a { background-color: rgb(33,193,57); }

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

border-color css

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

 span { border-color: rgb(33,193,57); }

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