Html Css Color HEX #25B514 Lime Green

📋 copy color: '#25B514'

red 37 ◦ green 181 ◦ blue 20

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

Shades of Lime Green #25B514

Tints of Lime Green #25B514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 76.05%

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 15.55%
G = 76.05%
B = 8.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#25B514 (or 0x25B514) is known color: Lime Green. HEX triplet: 25, B5 and 14. RGB value is (37,181,20). Sum of RGB (Red+Green+Blue) = 37+181+20=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 181 (71.09% from 255 or 76.05% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 181 - color contains mainly: green. Hex color #25B514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25B514 is #DA4AEB. Grayscale: #787878. Windows color (decimal): -14306028 or 1357093. OLE color: 1357093.

HSL color Cylindrical-coordinate representation of color #25B514: hue angle of 113.66º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25B514 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 181 20 -
CMYK 0.80 0 0.89 0.29
HSL 113.66º 0.8% 0.39% -
HSV(B) 113.66º 0.89% 0.71% -
XYZ 17.41 33.49 6.21 -
YUV 119.59 71.79 69.09 -
System Red Green Blue C M Y K H S L
Decimal 37 181 20 0.80 0 0.89 0.29 113.66 0.8 0.39
Hex 25 B5 14 50 0 59 1D 72 50 27
Octal 45 265 24 120 0 131 35 162 120 47
Binary 100101 10110101 10100 1010000 0 1011001 11101 1110010 1010000 100111

Color Harmonies of #25B514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B514

Black with #25B514

Text Example


Text Example

White with #25B514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,181,20); }

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

background-color css

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

 a { background-color: rgb(37,181,20); }

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

border-color css

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

 span { border-color: rgb(37,181,20); }

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