Html Css Color HEX #25CC0F Lime Green

📋 copy color: '#25CC0F'

red 37 ◦ green 204 ◦ blue 15

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

Shades of Lime Green #25CC0F

Tints of Lime Green #25CC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 14.45%
G = 79.69%
B = 5.86%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#25CC0F (or 0x25CC0F) is known color: Lime Green. HEX triplet: 25, CC and 0F. RGB value is (37,204,15). Sum of RGB (Red+Green+Blue) = 37+204+15=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 204 (80.08% from 255 or 79.69% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CC0F is #DA33F0. Grayscale: #858585. Windows color (decimal): -14300145 or 1035301. OLE color: 1035301.

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

Color convert

RGB 37 204 15 -
CMYK 0.82 0 0.93 0.2
HSL 113.02º 0.86% 0.43% -
HSV(B) 113.02º 0.93% 0.8% -
XYZ 22.44 43.61 7.69 -
YUV 132.52 61.67 59.87 -
System Red Green Blue C M Y K H S L
Decimal 37 204 15 0.82 0 0.93 0.2 113.02 0.86 0.43
Hex 25 CC F 52 0 5D 14 71 56 2B
Octal 45 314 17 122 0 135 24 161 126 53
Binary 100101 11001100 1111 1010010 0 1011101 10100 1110001 1010110 101011

Color Harmonies of #25CC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CC0F

Black with #25CC0F

Text Example


Text Example

White with #25CC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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