Html Css Color HEX #25CC0C Lime Green

📋 copy color: '#25CC0C'

red 37 ◦ green 204 ◦ blue 12

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

Shades of Lime Green #25CC0C

Tints of Lime Green #25CC0C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 80.63%

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

R = 14.62%
G = 80.63%
B = 4.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#25CC0C (or 0x25CC0C) is known color: Lime Green. HEX triplet: 25, CC and 0C. RGB value is (37,204,12). Sum of RGB (Red+Green+Blue) = 37+204+12=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 204 (80.08% from 255 or 80.63% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CC0C is #DA33F3. Grayscale: #848484. Windows color (decimal): -14300148 or 838693. OLE color: 838693.

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

Color convert

RGB 37 204 12 -
CMYK 0.82 0 0.94 0.2
HSL 112.19º 0.89% 0.42% -
HSV(B) 112.19º 0.94% 0.8% -
XYZ 22.42 43.61 7.58 -
YUV 132.18 60.17 60.11 -
System Red Green Blue C M Y K H S L
Decimal 37 204 12 0.82 0 0.94 0.2 112.19 0.89 0.42
Hex 25 CC C 52 0 5E 14 70 59 2A
Octal 45 314 14 122 0 136 24 160 131 52
Binary 100101 11001100 1100 1010010 0 1011110 10100 1110000 1011001 101010

Color Harmonies of #25CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CC0C

Black with #25CC0C

Text Example


Text Example

White with #25CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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