Html Css Color HEX #25BF26 Lime Green

📋 copy color: '#25BF26'

red 37 ◦ green 191 ◦ blue 38

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

Shades of Lime Green #25BF26

Tints of Lime Green #25BF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 13.91%
G = 71.8%
B = 14.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#25BF26 (or 0x25BF26) is known color: Lime Green. HEX triplet: 25, BF and 26. RGB value is (37,191,38). Sum of RGB (Red+Green+Blue) = 37+191+38=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 191 (75% from 255 or 71.80% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 191 - color contains mainly: green. Hex color #25BF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BF26 is #DA40D9. Grayscale: #7F7F7F. Windows color (decimal): -14303450 or 2539301. OLE color: 2539301.

HSL color Cylindrical-coordinate representation of color #25BF26: hue angle of 120.39º 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 #25BF26 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 191 38 -
CMYK 0.81 0 0.80 0.25
HSL 120.39º 0.68% 0.45% -
HSV(B) 120.39º 0.81% 0.75% -
XYZ 19.74 37.79 8.09 -
YUV 127.51 77.48 63.44 -
System Red Green Blue C M Y K H S L
Decimal 37 191 38 0.81 0 0.80 0.25 120.39 0.68 0.45
Hex 25 BF 26 51 0 50 19 78 44 2D
Octal 45 277 46 121 0 120 31 170 104 55
Binary 100101 10111111 100110 1010001 0 1010000 11001 1111000 1000100 101101

Color Harmonies of #25BF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BF26

Black with #25BF26

Text Example


Text Example

White with #25BF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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