Html Css Color HEX #21CD3C Lime Green

📋 copy color: '#21CD3C'

red 33 ◦ green 205 ◦ blue 60

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

Shades of Lime Green #21CD3C

Tints of Lime Green #21CD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 11.07%
G = 68.79%
B = 20.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#21CD3C (or 0x21CD3C) is known color: Lime Green. HEX triplet: 21, CD and 3C. RGB value is (33,205,60). Sum of RGB (Red+Green+Blue) = 33+205+60=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 205 (80.47% from 255 or 68.79% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 205 - color contains mainly: green. Hex color #21CD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CD3C is #DE32C3. Grayscale: #898989. Windows color (decimal): -14561988 or 3984673. OLE color: 3984673.

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

Color convert

RGB 33 205 60 -
CMYK 0.84 0 0.71 0.20
HSL 129.42º 0.72% 0.47% -
HSV(B) 129.42º 0.84% 0.8% -
XYZ 23.27 44.31 11.6 -
YUV 137.04 84.52 53.79 -
System Red Green Blue C M Y K H S L
Decimal 33 205 60 0.84 0 0.71 0.20 129.42 0.72 0.47
Hex 21 CD 3C 54 0 47 14 81 48 2F
Octal 41 315 74 124 0 107 24 201 110 57
Binary 100001 11001101 111100 1010100 0 1000111 10100 10000001 1001000 101111

Color Harmonies of #21CD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CD3C

Black with #21CD3C

Text Example


Text Example

White with #21CD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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