Html Css Color HEX #16C325 Lime Green

📋 copy color: '#16C325'

red 22 ◦ green 195 ◦ blue 37

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

Shades of Lime Green #16C325

Tints of Lime Green #16C325

RGB

 RED value IS 22 (8.98% from 255) = 8.66%

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

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

R = 8.66%
G = 76.77%
B = 14.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#16C325 (or 0x16C325) is known color: Lime Green. HEX triplet: 16, C3 and 25. RGB value is (22,195,37). Sum of RGB (Red+Green+Blue) = 22+195+37=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 195 (76.56% from 255 or 76.77% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 195 - color contains mainly: green. Hex color #16C325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C325 is #E93CDA. Grayscale: #7D7D7D. Windows color (decimal): -15285467 or 2474774. OLE color: 2474774.

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

Color convert

RGB 22 195 37 -
CMYK 0.89 0 0.81 0.24
HSL 125.2º 0.8% 0.43% -
HSV(B) 125.2º 0.89% 0.76% -
XYZ 20.18 39.33 8.28 -
YUV 125.26 78.19 54.35 -
System Red Green Blue C M Y K H S L
Decimal 22 195 37 0.89 0 0.81 0.24 125.2 0.8 0.43
Hex 16 C3 25 59 0 51 18 7D 50 2B
Octal 26 303 45 131 0 121 30 175 120 53
Binary 10110 11000011 100101 1011001 0 1010001 11000 1111101 1010000 101011

Color Harmonies of #16C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C325

Black with #16C325

Text Example


Text Example

White with #16C325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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