Html Css Color HEX #25BA28 Lime Green

📋 copy color: '#25BA28'

red 37 ◦ green 186 ◦ blue 40

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

Shades of Lime Green #25BA28

Tints of Lime Green #25BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 70.72%

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 14.07%
G = 70.72%
B = 15.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#25BA28 (or 0x25BA28) is known color: Lime Green. HEX triplet: 25, BA and 28. RGB value is (37,186,40). Sum of RGB (Red+Green+Blue) = 37+186+40=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA28 is #DA45D7. Grayscale: #7D7D7D. Windows color (decimal): -14304728 or 2669093. OLE color: 2669093.

HSL color Cylindrical-coordinate representation of color #25BA28: hue angle of 121.21º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BA28 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 186 40 -
CMYK 0.80 0 0.78 0.27
HSL 121.21º 0.67% 0.44% -
HSV(B) 121.21º 0.8% 0.73% -
XYZ 18.7 35.66 7.91 -
YUV 124.81 80.14 65.37 -
System Red Green Blue C M Y K H S L
Decimal 37 186 40 0.80 0 0.78 0.27 121.21 0.67 0.44
Hex 25 BA 28 50 0 4E 1B 79 43 2C
Octal 45 272 50 120 0 116 33 171 103 54
Binary 100101 10111010 101000 1010000 0 1001110 11011 1111001 1000011 101100

Color Harmonies of #25BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BA28

Black with #25BA28

Text Example


Text Example

White with #25BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,186,40); }

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

background-color css

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

 a { background-color: rgb(37,186,40); }

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

border-color css

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

 span { border-color: rgb(37,186,40); }

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