Html Css Color HEX #21C20F Lime Green

📋 copy color: '#21C20F'

red 33 ◦ green 194 ◦ blue 15

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

Shades of Lime Green #21C20F

Tints of Lime Green #21C20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 80.17%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 13.64%
G = 80.17%
B = 6.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#21C20F (or 0x21C20F) is known color: Lime Green. HEX triplet: 21, C2 and 0F. RGB value is (33,194,15). Sum of RGB (Red+Green+Blue) = 33+194+15=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 194 (76.17% from 255 or 80.17% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 194 - color contains mainly: green. Hex color #21C20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C20F is #DE3DF0. Grayscale: #7E7E7E. Windows color (decimal): -14564849 or 1032737. OLE color: 1032737.

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

Color convert

RGB 33 194 15 -
CMYK 0.83 0 0.92 0.24
HSL 113.97º 0.86% 0.41% -
HSV(B) 113.97º 0.92% 0.76% -
XYZ 20.01 38.94 6.91 -
YUV 125.46 65.66 62.05 -
System Red Green Blue C M Y K H S L
Decimal 33 194 15 0.83 0 0.92 0.24 113.97 0.86 0.41
Hex 21 C2 F 53 0 5C 18 72 56 29
Octal 41 302 17 123 0 134 30 162 126 51
Binary 100001 11000010 1111 1010011 0 1011100 11000 1110010 1010110 101001

Color Harmonies of #21C20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C20F

Black with #21C20F

Text Example


Text Example

White with #21C20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,194,15); }

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

background-color css

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

 a { background-color: rgb(33,194,15); }

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

border-color css

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

 span { border-color: rgb(33,194,15); }

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