Html Css Color HEX #25F034 Lime Green

📋 copy color: '#25F034'

red 37 ◦ green 240 ◦ blue 52

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

Shades of Lime Green #25F034

Tints of Lime Green #25F034

RGB

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

 GREEN value IS 240 (94.14% from 255) = 72.95%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 11.25%
G = 72.95%
B = 15.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#25F034 (or 0x25F034) is known color: Lime Green. HEX triplet: 25, F0 and 34. RGB value is (37,240,52). Sum of RGB (Red+Green+Blue) = 37+240+52=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #25F034 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F034 is #DA0FCB. Grayscale: #9E9E9E. Windows color (decimal): -14290892 or 3469349. OLE color: 3469349.

HSL color Cylindrical-coordinate representation of color #25F034: hue angle of 124.43º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F034 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 240 52 -
CMYK 0.85 0 0.78 0.06
HSL 124.43º 0.87% 0.54% -
HSV(B) 124.43º 0.85% 0.94% -
XYZ 32.54 62.96 13.69 -
YUV 157.87 68.25 41.79 -
System Red Green Blue C M Y K H S L
Decimal 37 240 52 0.85 0 0.78 0.06 124.43 0.87 0.54
Hex 25 F0 34 55 0 4E 6 7C 57 36
Octal 45 360 64 125 0 116 6 174 127 66
Binary 100101 11110000 110100 1010101 0 1001110 110 1111100 1010111 110110

Color Harmonies of #25F034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F034

Black with #25F034

Text Example


Text Example

White with #25F034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,240,52); }

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

background-color css

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

 a { background-color: rgb(37,240,52); }

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

border-color css

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

 span { border-color: rgb(37,240,52); }

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