Html Css Color HEX #25D512 Lime Green

📋 copy color: '#25D512'

red 37 ◦ green 213 ◦ blue 18

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

Shades of Lime Green #25D512

Tints of Lime Green #25D512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 79.48%

 BLUE value IS 18 (7.42% from 255) = 6.72%

R = 13.81%
G = 79.48%
B = 6.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#25D512 (or 0x25D512) is known color: Lime Green. HEX triplet: 25, D5 and 12. RGB value is (37,213,18). Sum of RGB (Red+Green+Blue) = 37+213+18=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 213 (83.59% from 255 or 79.48% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 213 - color contains mainly: green. Hex color #25D512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D512 is #DA2AED. Grayscale: #8A8A8A. Windows color (decimal): -14297838 or 1234213. OLE color: 1234213.

HSL color Cylindrical-coordinate representation of color #25D512: hue angle of 114.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25D512 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 213 18 -
CMYK 0.83 0 0.92 0.16
HSL 114.15º 0.84% 0.45% -
HSV(B) 114.15º 0.92% 0.84% -
XYZ 24.67 48.03 8.54 -
YUV 138.15 60.19 55.86 -
System Red Green Blue C M Y K H S L
Decimal 37 213 18 0.83 0 0.92 0.16 114.15 0.84 0.45
Hex 25 D5 12 53 0 5C 10 72 54 2D
Octal 45 325 22 123 0 134 20 162 124 55
Binary 100101 11010101 10010 1010011 0 1011100 10000 1110010 1010100 101101

Color Harmonies of #25D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D512

Black with #25D512

Text Example


Text Example

White with #25D512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,213,18); }

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

background-color css

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

 a { background-color: rgb(37,213,18); }

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

border-color css

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

 span { border-color: rgb(37,213,18); }

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