Html Css Color HEX #25D50F Lime Green

📋 copy color: '#25D50F'

red 37 ◦ green 213 ◦ blue 15

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

Shades of Lime Green #25D50F

Tints of Lime Green #25D50F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 80.38%

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

R = 13.96%
G = 80.38%
B = 5.66%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#25D50F (or 0x25D50F) is known color: Lime Green. HEX triplet: 25, D5 and 0F. RGB value is (37,213,15). Sum of RGB (Red+Green+Blue) = 37+213+15=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 213 (83.59% from 255 or 80.38% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 213 - color contains mainly: green. Hex color #25D50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D50F is #DA2AF0. Grayscale: #8A8A8A. Windows color (decimal): -14297841 or 1037605. OLE color: 1037605.

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

Color convert

RGB 37 213 15 -
CMYK 0.83 0 0.93 0.16
HSL 113.33º 0.87% 0.45% -
HSV(B) 113.33º 0.93% 0.84% -
XYZ 24.64 48.02 8.42 -
YUV 137.8 58.69 56.1 -
System Red Green Blue C M Y K H S L
Decimal 37 213 15 0.83 0 0.93 0.16 113.33 0.87 0.45
Hex 25 D5 F 53 0 5D 10 71 57 2D
Octal 45 325 17 123 0 135 20 161 127 55
Binary 100101 11010101 1111 1010011 0 1011101 10000 1110001 1010111 101101

Color Harmonies of #25D50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D50F

Black with #25D50F

Text Example


Text Example

White with #25D50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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