Html Css Color HEX #25BC29 Lime Green

📋 copy color: '#25BC29'

red 37 ◦ green 188 ◦ blue 41

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

Shades of Lime Green #25BC29

Tints of Lime Green #25BC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 70.68%

 BLUE value IS 41 (16.41% from 255) = 15.41%

R = 13.91%
G = 70.68%
B = 15.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#25BC29 (or 0x25BC29) is known color: Lime Green. HEX triplet: 25, BC and 29. RGB value is (37,188,41). Sum of RGB (Red+Green+Blue) = 37+188+41=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC29 is #DA43D6. Grayscale: #7E7E7E. Windows color (decimal): -14304215 or 2735141. OLE color: 2735141.

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

Color convert

RGB 37 188 41 -
CMYK 0.80 0 0.78 0.26
HSL 121.59º 0.67% 0.44% -
HSV(B) 121.59º 0.8% 0.74% -
XYZ 19.15 36.52 8.14 -
YUV 126.09 79.97 64.45 -
System Red Green Blue C M Y K H S L
Decimal 37 188 41 0.80 0 0.78 0.26 121.59 0.67 0.44
Hex 25 BC 29 50 0 4E 1A 7A 43 2C
Octal 45 274 51 120 0 116 32 172 103 54
Binary 100101 10111100 101001 1010000 0 1001110 11010 1111010 1000011 101100

Color Harmonies of #25BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC29

Black with #25BC29

Text Example


Text Example

White with #25BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,188,41); }

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

background-color css

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

 a { background-color: rgb(37,188,41); }

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

border-color css

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

 span { border-color: rgb(37,188,41); }

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