Html Css Color HEX #25BC44 Lime Green

📋 copy color: '#25BC44'

red 37 ◦ green 188 ◦ blue 68

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

Shades of Lime Green #25BC44

Tints of Lime Green #25BC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.21%

R = 12.63%
G = 64.16%
B = 23.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#25BC44 (or 0x25BC44) is known color: Lime Green. HEX triplet: 25, BC and 44. RGB value is (37,188,68). Sum of RGB (Red+Green+Blue) = 37+188+68=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC44 is #DA43BB. Grayscale: #818181. Windows color (decimal): -14304188 or 4504613. OLE color: 4504613.

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

Color convert

RGB 37 188 68 -
CMYK 0.80 0 0.64 0.26
HSL 132.32º 0.67% 0.44% -
HSV(B) 132.32º 0.8% 0.74% -
XYZ 19.79 36.78 11.52 -
YUV 129.17 93.47 62.26 -
System Red Green Blue C M Y K H S L
Decimal 37 188 68 0.80 0 0.64 0.26 132.32 0.67 0.44
Hex 25 BC 44 50 0 40 1A 84 43 2C
Octal 45 274 104 120 0 100 32 204 103 54
Binary 100101 10111100 1000100 1010000 0 1000000 11010 10000100 1000011 101100

Color Harmonies of #25BC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC44

Black with #25BC44

Text Example


Text Example

White with #25BC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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