Html Css Color HEX #21CE2D Lime Green

📋 copy color: '#21CE2D'

red 33 ◦ green 206 ◦ blue 45

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

Shades of Lime Green #21CE2D

Tints of Lime Green #21CE2D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 72.54%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 11.62%
G = 72.54%
B = 15.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#21CE2D (or 0x21CE2D) is known color: Lime Green. HEX triplet: 21, CE and 2D. RGB value is (33,206,45). Sum of RGB (Red+Green+Blue) = 33+206+45=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 206 (80.86% from 255 or 72.54% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CE2D is #DE31D2. Grayscale: #888888. Windows color (decimal): -14561747 or 3001889. OLE color: 3001889.

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

Color convert

RGB 33 206 45 -
CMYK 0.84 0 0.78 0.19
HSL 124.16º 0.72% 0.47% -
HSV(B) 124.16º 0.84% 0.81% -
XYZ 23.17 44.66 9.88 -
YUV 135.92 76.69 54.59 -
System Red Green Blue C M Y K H S L
Decimal 33 206 45 0.84 0 0.78 0.19 124.16 0.72 0.47
Hex 21 CE 2D 54 0 4E 13 7C 48 2F
Octal 41 316 55 124 0 116 23 174 110 57
Binary 100001 11001110 101101 1010100 0 1001110 10011 1111100 1001000 101111

Color Harmonies of #21CE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CE2D

Black with #21CE2D

Text Example


Text Example

White with #21CE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,206,45); }

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

background-color css

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

 a { background-color: rgb(33,206,45); }

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

border-color css

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

 span { border-color: rgb(33,206,45); }

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