Html Css Color HEX #25BD11 Lime Green

📋 copy color: '#25BD11'

red 37 ◦ green 189 ◦ blue 17

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

Shades of Lime Green #25BD11

Tints of Lime Green #25BD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7%

R = 15.23%
G = 77.78%
B = 7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#25BD11 (or 0x25BD11) is known color: Lime Green. HEX triplet: 25, BD and 11. RGB value is (37,189,17). Sum of RGB (Red+Green+Blue) = 37+189+17=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 189 (74.22% from 255 or 77.78% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 189 - color contains mainly: green. Hex color #25BD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BD11 is #DA42EE. Grayscale: #7C7C7C. Windows color (decimal): -14303983 or 1162533. OLE color: 1162533.

HSL color Cylindrical-coordinate representation of color #25BD11: hue angle of 113.02º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25BD11 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 189 17 -
CMYK 0.80 0 0.91 0.26
HSL 113.02º 0.83% 0.4% -
HSV(B) 113.02º 0.91% 0.74% -
XYZ 19.06 36.83 6.63 -
YUV 123.94 67.64 65.99 -
System Red Green Blue C M Y K H S L
Decimal 37 189 17 0.80 0 0.91 0.26 113.02 0.83 0.4
Hex 25 BD 11 50 0 5B 1A 71 53 28
Octal 45 275 21 120 0 133 32 161 123 50
Binary 100101 10111101 10001 1010000 0 1011011 11010 1110001 1010011 101000

Color Harmonies of #25BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BD11

Black with #25BD11

Text Example


Text Example

White with #25BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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