Html Css Color HEX #21C325 Lime Green

📋 copy color: '#21C325'

red 33 ◦ green 195 ◦ blue 37

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

Shades of Lime Green #21C325

Tints of Lime Green #21C325

RGB

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

 GREEN value IS 195 (76.56% from 255) = 73.58%

 BLUE value IS 37 (14.84% from 255) = 13.96%

R = 12.45%
G = 73.58%
B = 13.96%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#21C325 (or 0x21C325) is known color: Lime Green. HEX triplet: 21, C3 and 25. RGB value is (33,195,37). Sum of RGB (Red+Green+Blue) = 33+195+37=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #21C325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C325 is #DE3CDA. Grayscale: #818181. Windows color (decimal): -14564571 or 2474785. OLE color: 2474785.

HSL color Cylindrical-coordinate representation of color #21C325: hue angle of 121.48º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C325 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 195 37 -
CMYK 0.83 0 0.81 0.24
HSL 121.48º 0.71% 0.45% -
HSV(B) 121.48º 0.83% 0.76% -
XYZ 20.48 39.49 8.29 -
YUV 128.55 76.33 59.85 -
System Red Green Blue C M Y K H S L
Decimal 33 195 37 0.83 0 0.81 0.24 121.48 0.71 0.45
Hex 21 C3 25 53 0 51 18 79 47 2D
Octal 41 303 45 123 0 121 30 171 107 55
Binary 100001 11000011 100101 1010011 0 1010001 11000 1111001 1000111 101101

Color Harmonies of #21C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C325

Black with #21C325

Text Example


Text Example

White with #21C325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,195,37); }

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

background-color css

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

 a { background-color: rgb(33,195,37); }

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

border-color css

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

 span { border-color: rgb(33,195,37); }

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