Html Css Color HEX #21CF26 Lime Green

📋 copy color: '#21CF26'

red 33 ◦ green 207 ◦ blue 38

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

Shades of Lime Green #21CF26

Tints of Lime Green #21CF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.67%

R = 11.87%
G = 74.46%
B = 13.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#21CF26 (or 0x21CF26) is known color: Lime Green. HEX triplet: 21, CF and 26. RGB value is (33,207,38). Sum of RGB (Red+Green+Blue) = 33+207+38=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 207 (81.25% from 255 or 74.46% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CF26 is #DE30D9. Grayscale: #888888. Windows color (decimal): -14561498 or 2543393. OLE color: 2543393.

HSL color Cylindrical-coordinate representation of color #21CF26: hue angle of 121.72º 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 #21CF26 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 207 38 -
CMYK 0.84 0 0.82 0.19
HSL 121.72º 0.73% 0.47% -
HSV(B) 121.72º 0.84% 0.81% -
XYZ 23.29 45.09 9.31 -
YUV 135.71 72.85 54.74 -
System Red Green Blue C M Y K H S L
Decimal 33 207 38 0.84 0 0.82 0.19 121.72 0.73 0.47
Hex 21 CF 26 54 0 52 13 7A 48 2F
Octal 41 317 46 124 0 122 23 172 110 57
Binary 100001 11001111 100110 1010100 0 1010010 10011 1111010 1001000 101111

Color Harmonies of #21CF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CF26

Black with #21CF26

Text Example


Text Example

White with #21CF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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