Html Css Color HEX #21CB1C Lime Green

📋 copy color: '#21CB1C'

red 33 ◦ green 203 ◦ blue 28

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

Shades of Lime Green #21CB1C

Tints of Lime Green #21CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 76.89%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 12.5%
G = 76.89%
B = 10.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#21CB1C (or 0x21CB1C) is known color: Lime Green. HEX triplet: 21, CB and 1C. RGB value is (33,203,28). Sum of RGB (Red+Green+Blue) = 33+203+28=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 203 (79.69% from 255 or 76.89% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CB1C is #DE34E3. Grayscale: #848484. Windows color (decimal): -14562532 or 1887009. OLE color: 1887009.

HSL color Cylindrical-coordinate representation of color #21CB1C: hue angle of 118.29º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CB1C is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 203 28 -
CMYK 0.84 0 0.86 0.20
HSL 118.29º 0.76% 0.45% -
HSV(B) 118.29º 0.86% 0.8% -
XYZ 22.19 43.12 8.25 -
YUV 132.22 69.18 57.23 -
System Red Green Blue C M Y K H S L
Decimal 33 203 28 0.84 0 0.86 0.20 118.29 0.76 0.45
Hex 21 CB 1C 54 0 56 14 76 4C 2D
Octal 41 313 34 124 0 126 24 166 114 55
Binary 100001 11001011 11100 1010100 0 1010110 10100 1110110 1001100 101101

Color Harmonies of #21CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CB1C

Black with #21CB1C

Text Example


Text Example

White with #21CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,203,28); }

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

background-color css

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

 a { background-color: rgb(33,203,28); }

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

border-color css

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

 span { border-color: rgb(33,203,28); }

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