Html Css Color HEX #21CD2D Lime Green

📋 copy color: '#21CD2D'

red 33 ◦ green 205 ◦ blue 45

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

Shades of Lime Green #21CD2D

Tints of Lime Green #21CD2D

RGB

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

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

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

R = 11.66%
G = 72.44%
B = 15.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#21CD2D (or 0x21CD2D) is known color: Lime Green. HEX triplet: 21, CD and 2D. RGB value is (33,205,45). Sum of RGB (Red+Green+Blue) = 33+205+45=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 205 (80.47% from 255 or 72.44% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 205 - color contains mainly: green. Hex color #21CD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CD2D is #DE32D2. Grayscale: #878787. Windows color (decimal): -14562003 or 3001633. OLE color: 3001633.

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

Color convert

RGB 33 205 45 -
CMYK 0.84 0 0.78 0.20
HSL 124.19º 0.72% 0.47% -
HSV(B) 124.19º 0.84% 0.8% -
XYZ 22.93 44.18 9.8 -
YUV 135.33 77.02 55.01 -
System Red Green Blue C M Y K H S L
Decimal 33 205 45 0.84 0 0.78 0.20 124.19 0.72 0.47
Hex 21 CD 2D 54 0 4E 14 7C 48 2F
Octal 41 315 55 124 0 116 24 174 110 57
Binary 100001 11001101 101101 1010100 0 1001110 10100 1111100 1001000 101111

Color Harmonies of #21CD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CD2D

Black with #21CD2D

Text Example


Text Example

White with #21CD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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