Html Css Color HEX #25BB28 Lime Green

📋 copy color: '#25BB28'

red 37 ◦ green 187 ◦ blue 40

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

Shades of Lime Green #25BB28

Tints of Lime Green #25BB28

RGB

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

 GREEN value IS 187 (73.44% from 255) = 70.83%

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

R = 14.02%
G = 70.83%
B = 15.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#25BB28 (or 0x25BB28) is known color: Lime Green. HEX triplet: 25, BB and 28. RGB value is (37,187,40). Sum of RGB (Red+Green+Blue) = 37+187+40=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 187 (73.44% from 255 or 70.83% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 187 - color contains mainly: green. Hex color #25BB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BB28 is #DA44D7. Grayscale: #7D7D7D. Windows color (decimal): -14304472 or 2669349. OLE color: 2669349.

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

Color convert

RGB 37 187 40 -
CMYK 0.80 0 0.79 0.27
HSL 121.2º 0.67% 0.44% -
HSV(B) 121.2º 0.8% 0.73% -
XYZ 18.92 36.09 7.98 -
YUV 125.39 79.81 64.95 -
System Red Green Blue C M Y K H S L
Decimal 37 187 40 0.80 0 0.79 0.27 121.2 0.67 0.44
Hex 25 BB 28 50 0 4F 1B 79 43 2C
Octal 45 273 50 120 0 117 33 171 103 54
Binary 100101 10111011 101000 1010000 0 1001111 11011 1111001 1000011 101100

Color Harmonies of #25BB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BB28

Black with #25BB28

Text Example


Text Example

White with #25BB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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