Html Css Color HEX #25BD32 Lime Green

📋 copy color: '#25BD32'

red 37 ◦ green 189 ◦ blue 50

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

Shades of Lime Green #25BD32

Tints of Lime Green #25BD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 68.48%

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

R = 13.41%
G = 68.48%
B = 18.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#25BD32 (or 0x25BD32) is known color: Lime Green. HEX triplet: 25, BD and 32. RGB value is (37,189,50). Sum of RGB (Red+Green+Blue) = 37+189+50=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 189 (74.22% from 255 or 68.48% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 189 - color contains mainly: green. Hex color #25BD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BD32 is #DA42CD. Grayscale: #808080. Windows color (decimal): -14303950 or 3325221. OLE color: 3325221.

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

Color convert

RGB 37 189 50 -
CMYK 0.80 0 0.74 0.26
HSL 125.13º 0.67% 0.44% -
HSV(B) 125.13º 0.8% 0.74% -
XYZ 19.54 37.02 9.13 -
YUV 127.71 84.14 63.3 -
System Red Green Blue C M Y K H S L
Decimal 37 189 50 0.80 0 0.74 0.26 125.13 0.67 0.44
Hex 25 BD 32 50 0 4A 1A 7D 43 2C
Octal 45 275 62 120 0 112 32 175 103 54
Binary 100101 10111101 110010 1010000 0 1001010 11010 1111101 1000011 101100

Color Harmonies of #25BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BD32

Black with #25BD32

Text Example


Text Example

White with #25BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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