Html Css Color HEX #21CD2A Lime Green

📋 copy color: '#21CD2A'

red 33 ◦ green 205 ◦ blue 42

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

Shades of Lime Green #21CD2A

Tints of Lime Green #21CD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15%

R = 11.79%
G = 73.21%
B = 15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#21CD2A (or 0x21CD2A) is known color: Lime Green. HEX triplet: 21, CD and 2A. RGB value is (33,205,42). Sum of RGB (Red+Green+Blue) = 33+205+42=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 205 (80.47% from 255 or 73.21% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 205 - color contains mainly: green. Hex color #21CD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CD2A is #DE32D5. Grayscale: #878787. Windows color (decimal): -14562006 or 2805025. OLE color: 2805025.

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

Color convert

RGB 33 205 42 -
CMYK 0.84 0 0.80 0.20
HSL 123.14º 0.72% 0.47% -
HSV(B) 123.14º 0.84% 0.8% -
XYZ 22.88 44.15 9.51 -
YUV 134.99 75.52 55.25 -
System Red Green Blue C M Y K H S L
Decimal 33 205 42 0.84 0 0.80 0.20 123.14 0.72 0.47
Hex 21 CD 2A 54 0 50 14 7B 48 2F
Octal 41 315 52 124 0 120 24 173 110 57
Binary 100001 11001101 101010 1010100 0 1010000 10100 1111011 1001000 101111

Color Harmonies of #21CD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CD2A

Black with #21CD2A

Text Example


Text Example

White with #21CD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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