Html Css Color HEX #25F030 Lime Green

📋 copy color: '#25F030'

red 37 ◦ green 240 ◦ blue 48

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

Shades of Lime Green #25F030

Tints of Lime Green #25F030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 11.38%
G = 73.85%
B = 14.77%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#25F030 (or 0x25F030) is known color: Lime Green. HEX triplet: 25, F0 and 30. RGB value is (37,240,48). Sum of RGB (Red+Green+Blue) = 37+240+48=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 240 (94.14% from 255 or 73.85% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 240 - color contains mainly: green. Hex color #25F030 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F030 is #DA0FCF. Grayscale: #9D9D9D. Windows color (decimal): -14290896 or 3207205. OLE color: 3207205.

HSL color Cylindrical-coordinate representation of color #25F030: hue angle of 123.25º 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 #25F030 is Cyan = 0.85, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 240 48 -
CMYK 0.85 0 0.8 0.06
HSL 123.25º 0.87% 0.54% -
HSV(B) 123.25º 0.85% 0.94% -
XYZ 32.46 62.93 13.23 -
YUV 157.42 66.25 42.11 -
System Red Green Blue C M Y K H S L
Decimal 37 240 48 0.85 0 0.8 0.06 123.25 0.87 0.54
Hex 25 F0 30 55 0 50 6 7B 57 36
Octal 45 360 60 125 0 120 6 173 127 66
Binary 100101 11110000 110000 1010101 0 1010000 110 1111011 1010111 110110

Color Harmonies of #25F030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F030

Black with #25F030

Text Example


Text Example

White with #25F030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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