Html Css Color HEX #25BC40 Lime Green

📋 copy color: '#25BC40'

red 37 ◦ green 188 ◦ blue 64

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

Shades of Lime Green #25BC40

Tints of Lime Green #25BC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 12.8%
G = 65.05%
B = 22.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#25BC40 (or 0x25BC40) is known color: Lime Green. HEX triplet: 25, BC and 40. RGB value is (37,188,64). Sum of RGB (Red+Green+Blue) = 37+188+64=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC40 is #DA43BF. Grayscale: #818181. Windows color (decimal): -14304192 or 4242469. OLE color: 4242469.

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

Color convert

RGB 37 188 64 -
CMYK 0.80 0 0.66 0.26
HSL 130.73º 0.67% 0.44% -
HSV(B) 130.73º 0.8% 0.74% -
XYZ 19.67 36.73 10.9 -
YUV 128.72 91.47 62.58 -
System Red Green Blue C M Y K H S L
Decimal 37 188 64 0.80 0 0.66 0.26 130.73 0.67 0.44
Hex 25 BC 40 50 0 42 1A 83 43 2C
Octal 45 274 100 120 0 102 32 203 103 54
Binary 100101 10111100 1000000 1010000 0 1000010 11010 10000011 1000011 101100

Color Harmonies of #25BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC40

Black with #25BC40

Text Example


Text Example

White with #25BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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