Html Css Color HEX #25D40F Lime Green

📋 copy color: '#25D40F'

red 37 ◦ green 212 ◦ blue 15

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

Shades of Lime Green #25D40F

Tints of Lime Green #25D40F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 80.3%

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

R = 14.02%
G = 80.3%
B = 5.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#25D40F (or 0x25D40F) is known color: Lime Green. HEX triplet: 25, D4 and 0F. RGB value is (37,212,15). Sum of RGB (Red+Green+Blue) = 37+212+15=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 212 (83.20% from 255 or 80.30% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 212 - color contains mainly: green. Hex color #25D40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D40F is #DA2BF0. Grayscale: #898989. Windows color (decimal): -14298097 or 1037349. OLE color: 1037349.

HSL color Cylindrical-coordinate representation of color #25D40F: hue angle of 113.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25D40F is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 37 212 15 -
CMYK 0.83 0 0.93 0.17
HSL 113.3º 0.87% 0.45% -
HSV(B) 113.3º 0.93% 0.83% -
XYZ 24.39 47.51 8.34 -
YUV 137.22 59.02 56.52 -
System Red Green Blue C M Y K H S L
Decimal 37 212 15 0.83 0 0.93 0.17 113.3 0.87 0.45
Hex 25 D4 F 53 0 5D 11 71 57 2D
Octal 45 324 17 123 0 135 21 161 127 55
Binary 100101 11010100 1111 1010011 0 1011101 10001 1110001 1010111 101101

Color Harmonies of #25D40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D40F

Black with #25D40F

Text Example


Text Example

White with #25D40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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