Html Css Color HEX #25CA0C Lime Green

📋 copy color: '#25CA0C'

red 37 ◦ green 202 ◦ blue 12

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

Shades of Lime Green #25CA0C

Tints of Lime Green #25CA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 80.48%

 BLUE value IS 12 (5.08% from 255) = 4.78%

R = 14.74%
G = 80.48%
B = 4.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#25CA0C (or 0x25CA0C) is known color: Lime Green. HEX triplet: 25, CA and 0C. RGB value is (37,202,12). Sum of RGB (Red+Green+Blue) = 37+202+12=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 202 (79.30% from 255 or 80.48% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CA0C is #DA35F3. Grayscale: #838383. Windows color (decimal): -14300660 or 838181. OLE color: 838181.

HSL color Cylindrical-coordinate representation of color #25CA0C: hue angle of 112.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25CA0C is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 202 12 -
CMYK 0.82 0 0.94 0.21
HSL 112.11º 0.89% 0.42% -
HSV(B) 112.11º 0.94% 0.79% -
XYZ 21.95 42.66 7.43 -
YUV 131.01 60.84 60.95 -
System Red Green Blue C M Y K H S L
Decimal 37 202 12 0.82 0 0.94 0.21 112.11 0.89 0.42
Hex 25 CA C 52 0 5E 15 70 59 2A
Octal 45 312 14 122 0 136 25 160 131 52
Binary 100101 11001010 1100 1010010 0 1011110 10101 1110000 1011001 101010

Color Harmonies of #25CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CA0C

Black with #25CA0C

Text Example


Text Example

White with #25CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,202,12); }

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

background-color css

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

 a { background-color: rgb(37,202,12); }

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

border-color css

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

 span { border-color: rgb(37,202,12); }

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