Html Css Color HEX #25C313 Lime Green

📋 copy color: '#25C313'

red 37 ◦ green 195 ◦ blue 19

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

Shades of Lime Green #25C313

Tints of Lime Green #25C313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 14.74%
G = 77.69%
B = 7.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#25C313 (or 0x25C313) is known color: Lime Green. HEX triplet: 25, C3 and 13. RGB value is (37,195,19). Sum of RGB (Red+Green+Blue) = 37+195+19=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 195 (76.56% from 255 or 77.69% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 195 - color contains mainly: green. Hex color #25C313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25C313 is #DA3CEC. Grayscale: #808080. Windows color (decimal): -14302445 or 1295141. OLE color: 1295141.

HSL color Cylindrical-coordinate representation of color #25C313: hue angle of 113.86º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25C313 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 195 19 -
CMYK 0.81 0 0.90 0.24
HSL 113.86º 0.82% 0.42% -
HSV(B) 113.86º 0.9% 0.76% -
XYZ 20.4 39.47 7.16 -
YUV 127.69 66.65 63.31 -
System Red Green Blue C M Y K H S L
Decimal 37 195 19 0.81 0 0.90 0.24 113.86 0.82 0.42
Hex 25 C3 13 51 0 5A 18 72 52 2A
Octal 45 303 23 121 0 132 30 162 122 52
Binary 100101 11000011 10011 1010001 0 1011010 11000 1110010 1010010 101010

Color Harmonies of #25C313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C313

Black with #25C313

Text Example


Text Example

White with #25C313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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