Html Css Color HEX #21CF28 Lime Green

📋 copy color: '#21CF28'

red 33 ◦ green 207 ◦ blue 40

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

Shades of Lime Green #21CF28

Tints of Lime Green #21CF28

RGB

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

 GREEN value IS 207 (81.25% from 255) = 73.93%

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 11.79%
G = 73.93%
B = 14.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#21CF28 (or 0x21CF28) is known color: Lime Green. HEX triplet: 21, CF and 28. RGB value is (33,207,40). Sum of RGB (Red+Green+Blue) = 33+207+40=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CF28 is #DE30D7. Grayscale: #888888. Windows color (decimal): -14561496 or 2674465. OLE color: 2674465.

HSL color Cylindrical-coordinate representation of color #21CF28: hue angle of 122.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CF28 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 207 40 -
CMYK 0.84 0 0.81 0.19
HSL 122.41º 0.73% 0.47% -
HSV(B) 122.41º 0.84% 0.81% -
XYZ 23.32 45.1 9.48 -
YUV 135.94 73.85 54.58 -
System Red Green Blue C M Y K H S L
Decimal 33 207 40 0.84 0 0.81 0.19 122.41 0.73 0.47
Hex 21 CF 28 54 0 51 13 7A 48 2F
Octal 41 317 50 124 0 121 23 172 110 57
Binary 100001 11001111 101000 1010100 0 1010001 10011 1111010 1001000 101111

Color Harmonies of #21CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CF28

Black with #21CF28

Text Example


Text Example

White with #21CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,207,40); }

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

background-color css

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

 a { background-color: rgb(33,207,40); }

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

border-color css

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

 span { border-color: rgb(33,207,40); }

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