Html Css Color HEX #25BC37 Lime Green

📋 copy color: '#25BC37'

red 37 ◦ green 188 ◦ blue 55

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

Shades of Lime Green #25BC37

Tints of Lime Green #25BC37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.64%

R = 13.21%
G = 67.14%
B = 19.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#25BC37 (or 0x25BC37) is known color: Lime Green. HEX triplet: 25, BC and 37. RGB value is (37,188,55). Sum of RGB (Red+Green+Blue) = 37+188+55=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC37 is #DA43C8. Grayscale: #808080. Windows color (decimal): -14304201 or 3652645. OLE color: 3652645.

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

Color convert

RGB 37 188 55 -
CMYK 0.80 0 0.71 0.26
HSL 127.15º 0.67% 0.44% -
HSV(B) 127.15º 0.8% 0.74% -
XYZ 19.44 36.64 9.66 -
YUV 127.69 86.97 63.31 -
System Red Green Blue C M Y K H S L
Decimal 37 188 55 0.80 0 0.71 0.26 127.15 0.67 0.44
Hex 25 BC 37 50 0 47 1A 7F 43 2C
Octal 45 274 67 120 0 107 32 177 103 54
Binary 100101 10111100 110111 1010000 0 1000111 11010 1111111 1000011 101100

Color Harmonies of #25BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC37

Black with #25BC37

Text Example


Text Example

White with #25BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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