Html Css Color HEX #25BF40 Lime Green

📋 copy color: '#25BF40'

red 37 ◦ green 191 ◦ blue 64

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

Shades of Lime Green #25BF40

Tints of Lime Green #25BF40

RGB

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

 GREEN value IS 191 (75% from 255) = 65.41%

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

R = 12.67%
G = 65.41%
B = 21.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#25BF40 (or 0x25BF40) is known color: Lime Green. HEX triplet: 25, BF and 40. RGB value is (37,191,64). Sum of RGB (Red+Green+Blue) = 37+191+64=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 191 (75% from 255 or 65.41% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 191 - color contains mainly: green. Hex color #25BF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BF40 is #DA40BF. Grayscale: #828282. Windows color (decimal): -14303424 or 4243237. OLE color: 4243237.

HSL color Cylindrical-coordinate representation of color #25BF40: hue angle of 130.52º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BF40 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 191 64 -
CMYK 0.81 0 0.66 0.25
HSL 130.52º 0.68% 0.45% -
HSV(B) 130.52º 0.81% 0.75% -
XYZ 20.32 38.03 11.12 -
YUV 130.48 90.48 61.33 -
System Red Green Blue C M Y K H S L
Decimal 37 191 64 0.81 0 0.66 0.25 130.52 0.68 0.45
Hex 25 BF 40 51 0 42 19 83 44 2D
Octal 45 277 100 121 0 102 31 203 104 55
Binary 100101 10111111 1000000 1010001 0 1000010 11001 10000011 1000100 101101

Color Harmonies of #25BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BF40

Black with #25BF40

Text Example


Text Example

White with #25BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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