Html Css Color HEX #25BA32 Lime Green

📋 copy color: '#25BA32'

red 37 ◦ green 186 ◦ blue 50

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

Shades of Lime Green #25BA32

Tints of Lime Green #25BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 68.13%

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

R = 13.55%
G = 68.13%
B = 18.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#25BA32 (or 0x25BA32) is known color: Lime Green. HEX triplet: 25, BA and 32. RGB value is (37,186,50). Sum of RGB (Red+Green+Blue) = 37+186+50=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA32 is #DA45CD. Grayscale: #7E7E7E. Windows color (decimal): -14304718 or 3324453. OLE color: 3324453.

HSL color Cylindrical-coordinate representation of color #25BA32: hue angle of 125.23º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BA32 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 186 50 -
CMYK 0.80 0 0.73 0.27
HSL 125.23º 0.67% 0.44% -
HSV(B) 125.23º 0.8% 0.73% -
XYZ 18.9 35.74 8.92 -
YUV 125.95 85.14 64.56 -
System Red Green Blue C M Y K H S L
Decimal 37 186 50 0.80 0 0.73 0.27 125.23 0.67 0.44
Hex 25 BA 32 50 0 49 1B 7D 43 2C
Octal 45 272 62 120 0 111 33 175 103 54
Binary 100101 10111010 110010 1010000 0 1001001 11011 1111101 1000011 101100

Color Harmonies of #25BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BA32

Black with #25BA32

Text Example


Text Example

White with #25BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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