Html Css Color HEX #25D30D Lime Green

📋 copy color: '#25D30D'

red 37 ◦ green 211 ◦ blue 13

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

Shades of Lime Green #25D30D

Tints of Lime Green #25D30D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 80.84%

 BLUE value IS 13 (5.47% from 255) = 4.98%

R = 14.18%
G = 80.84%
B = 4.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#25D30D (or 0x25D30D) is known color: Lime Green. HEX triplet: 25, D3 and 0D. RGB value is (37,211,13). Sum of RGB (Red+Green+Blue) = 37+211+13=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 211 (82.81% from 255 or 80.84% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 211 - color contains mainly: green. Hex color #25D30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D30D is #DA2CF2. Grayscale: #898989. Windows color (decimal): -14298355 or 906021. OLE color: 906021.

HSL color Cylindrical-coordinate representation of color #25D30D: hue angle of 112.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25D30D is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 37 211 13 -
CMYK 0.82 0 0.94 0.17
HSL 112.73º 0.88% 0.44% -
HSV(B) 112.73º 0.94% 0.83% -
XYZ 24.13 47.01 8.18 -
YUV 136.4 58.35 57.1 -
System Red Green Blue C M Y K H S L
Decimal 37 211 13 0.82 0 0.94 0.17 112.73 0.88 0.44
Hex 25 D3 D 52 0 5E 11 71 58 2C
Octal 45 323 15 122 0 136 21 161 130 54
Binary 100101 11010011 1101 1010010 0 1011110 10001 1110001 1011000 101100

Color Harmonies of #25D30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D30D

Black with #25D30D

Text Example


Text Example

White with #25D30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,211,13); }

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

background-color css

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

 a { background-color: rgb(37,211,13); }

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

border-color css

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

 span { border-color: rgb(37,211,13); }

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