Html Css Color HEX #25B240 Lime Green

📋 copy color: '#25B240'

red 37 ◦ green 178 ◦ blue 64

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

Shades of Lime Green #25B240

Tints of Lime Green #25B240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 63.8%

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 13.26%
G = 63.8%
B = 22.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#25B240 (or 0x25B240) is known color: Lime Green. HEX triplet: 25, B2 and 40. RGB value is (37,178,64). Sum of RGB (Red+Green+Blue) = 37+178+64=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 178 (69.92% from 255 or 63.80% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 178 - color contains mainly: green. Hex color #25B240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B240 is #DA4DBF. Grayscale: #7B7B7B. Windows color (decimal): -14306752 or 4239909. OLE color: 4239909.

HSL color Cylindrical-coordinate representation of color #25B240: hue angle of 131.49º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B240 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 178 64 -
CMYK 0.79 0 0.64 0.30
HSL 131.49º 0.66% 0.42% -
HSV(B) 131.49º 0.79% 0.7% -
XYZ 17.61 32.6 10.22 -
YUV 122.85 94.79 66.77 -
System Red Green Blue C M Y K H S L
Decimal 37 178 64 0.79 0 0.64 0.30 131.49 0.66 0.42
Hex 25 B2 40 4F 0 40 1E 83 42 2A
Octal 45 262 100 117 0 100 36 203 102 52
Binary 100101 10110010 1000000 1001111 0 1000000 11110 10000011 1000010 101010

Color Harmonies of #25B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B240

Black with #25B240

Text Example


Text Example

White with #25B240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,178,64); }

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

background-color css

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

 a { background-color: rgb(37,178,64); }

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

border-color css

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

 span { border-color: rgb(37,178,64); }

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