Html Css Color HEX #25BC45 Lime Green

📋 copy color: '#25BC45'

red 37 ◦ green 188 ◦ blue 69

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

Shades of Lime Green #25BC45

Tints of Lime Green #25BC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 12.59%
G = 63.95%
B = 23.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#25BC45 (or 0x25BC45) is known color: Lime Green. HEX triplet: 25, BC and 45. RGB value is (37,188,69). Sum of RGB (Red+Green+Blue) = 37+188+69=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC45 is #DA43BA. Grayscale: #818181. Windows color (decimal): -14304187 or 4570149. OLE color: 4570149.

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

Color convert

RGB 37 188 69 -
CMYK 0.80 0 0.63 0.26
HSL 132.72º 0.67% 0.44% -
HSV(B) 132.72º 0.8% 0.74% -
XYZ 19.82 36.79 11.69 -
YUV 129.29 93.97 62.18 -
System Red Green Blue C M Y K H S L
Decimal 37 188 69 0.80 0 0.63 0.26 132.72 0.67 0.44
Hex 25 BC 45 50 0 3F 1A 85 43 2C
Octal 45 274 105 120 0 77 32 205 103 54
Binary 100101 10111100 1000101 1010000 0 111111 11010 10000101 1000011 101100

Color Harmonies of #25BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC45

Black with #25BC45

Text Example


Text Example

White with #25BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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