Html Css Color HEX #25C310 Lime Green

📋 copy color: '#25C310'

red 37 ◦ green 195 ◦ blue 16

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

Shades of Lime Green #25C310

Tints of Lime Green #25C310

RGB

 RED value IS 37 (14.84% from 255) = 14.92%

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 14.92%
G = 78.63%
B = 6.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#25C310 (or 0x25C310) is known color: Lime Green. HEX triplet: 25, C3 and 10. RGB value is (37,195,16). Sum of RGB (Red+Green+Blue) = 37+195+16=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 195 (76.56% from 255 or 78.63% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 195 - color contains mainly: green. Hex color #25C310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25C310 is #DA3CEF. Grayscale: #7F7F7F. Windows color (decimal): -14302448 or 1098533. OLE color: 1098533.

HSL color Cylindrical-coordinate representation of color #25C310: hue angle of 112.96º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25C310 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 195 16 -
CMYK 0.81 0 0.92 0.24
HSL 112.96º 0.85% 0.41% -
HSV(B) 112.96º 0.92% 0.76% -
XYZ 20.37 39.46 7.03 -
YUV 127.35 65.15 63.55 -
System Red Green Blue C M Y K H S L
Decimal 37 195 16 0.81 0 0.92 0.24 112.96 0.85 0.41
Hex 25 C3 10 51 0 5C 18 71 55 29
Octal 45 303 20 121 0 134 30 161 125 51
Binary 100101 11000011 10000 1010001 0 1011100 11000 1110001 1010101 101001

Color Harmonies of #25C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C310

Black with #25C310

Text Example


Text Example

White with #25C310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25C310; }

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

 H1.HeaderClassName
 {
   color: #25C310;
 }
 .AnyTagClassName
 {
   color: #25C310;
 }
</style>

background-color css

<style>
 a { background-color: #25C310; }

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

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

border-color css

<style>
 span { border-color: #25C310; }

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

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