Html Css Color HEX #21CD26 Lime Green

📋 copy color: '#21CD26'

red 33 ◦ green 205 ◦ blue 38

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

Shades of Lime Green #21CD26

Tints of Lime Green #21CD26

RGB

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

 GREEN value IS 205 (80.47% from 255) = 74.28%

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

R = 11.96%
G = 74.28%
B = 13.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#21CD26 (or 0x21CD26) is known color: Lime Green. HEX triplet: 21, CD and 26. RGB value is (33,205,38). Sum of RGB (Red+Green+Blue) = 33+205+38=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 205 (80.47% from 255 or 74.28% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 205 - color contains mainly: green. Hex color #21CD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CD26 is #DE32D9. Grayscale: #878787. Windows color (decimal): -14562010 or 2542881. OLE color: 2542881.

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

Color convert

RGB 33 205 38 -
CMYK 0.84 0 0.81 0.20
HSL 121.74º 0.72% 0.47% -
HSV(B) 121.74º 0.84% 0.8% -
XYZ 22.81 44.13 9.15 -
YUV 134.53 73.52 55.58 -
System Red Green Blue C M Y K H S L
Decimal 33 205 38 0.84 0 0.81 0.20 121.74 0.72 0.47
Hex 21 CD 26 54 0 51 14 7A 48 2F
Octal 41 315 46 124 0 121 24 172 110 57
Binary 100001 11001101 100110 1010100 0 1010001 10100 1111010 1001000 101111

Color Harmonies of #21CD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CD26

Black with #21CD26

Text Example


Text Example

White with #21CD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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