Html Css Color HEX #25BC32 Lime Green

📋 copy color: '#25BC32'

red 37 ◦ green 188 ◦ blue 50

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

Shades of Lime Green #25BC32

Tints of Lime Green #25BC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 13.45%
G = 68.36%
B = 18.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#25BC32 (or 0x25BC32) is known color: Lime Green. HEX triplet: 25, BC and 32. RGB value is (37,188,50). Sum of RGB (Red+Green+Blue) = 37+188+50=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 188 (73.83% from 255 or 68.36% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC32 is #DA43CD. Grayscale: #7F7F7F. Windows color (decimal): -14304206 or 3324965. OLE color: 3324965.

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

Color convert

RGB 37 188 50 -
CMYK 0.80 0 0.73 0.26
HSL 125.17º 0.67% 0.44% -
HSV(B) 125.17º 0.8% 0.74% -
XYZ 19.32 36.59 9.06 -
YUV 127.12 84.47 63.72 -
System Red Green Blue C M Y K H S L
Decimal 37 188 50 0.80 0 0.73 0.26 125.17 0.67 0.44
Hex 25 BC 32 50 0 49 1A 7D 43 2C
Octal 45 274 62 120 0 111 32 175 103 54
Binary 100101 10111100 110010 1010000 0 1001001 11010 1111101 1000011 101100

Color Harmonies of #25BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC32

Black with #25BC32

Text Example


Text Example

White with #25BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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