Html Css Color HEX #25DD1D Lime Green

📋 copy color: '#25DD1D'

red 37 ◦ green 221 ◦ blue 29

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

Shades of Lime Green #25DD1D

Tints of Lime Green #25DD1D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 77%

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 12.89%
G = 77%
B = 10.1%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#25DD1D (or 0x25DD1D) is known color: Lime Green. HEX triplet: 25, DD and 1D. RGB value is (37,221,29). Sum of RGB (Red+Green+Blue) = 37+221+29=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 221 (86.72% from 255 or 77.00% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 221 - color contains mainly: green. Hex color #25DD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DD1D is #DA22E2. Grayscale: #909090. Windows color (decimal): -14295779 or 1957157. OLE color: 1957157.

HSL color Cylindrical-coordinate representation of color #25DD1D: hue angle of 117.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25DD1D is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 221 29 -
CMYK 0.83 0 0.87 0.13
HSL 117.5º 0.77% 0.49% -
HSV(B) 117.5º 0.87% 0.87% -
XYZ 26.84 52.19 9.82 -
YUV 144.1 63.04 51.61 -
System Red Green Blue C M Y K H S L
Decimal 37 221 29 0.83 0 0.87 0.13 117.5 0.77 0.49
Hex 25 DD 1D 53 0 57 D 76 4D 31
Octal 45 335 35 123 0 127 15 166 115 61
Binary 100101 11011101 11101 1010011 0 1010111 1101 1110110 1001101 110001

Color Harmonies of #25DD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DD1D

Black with #25DD1D

Text Example


Text Example

White with #25DD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,221,29); }

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

background-color css

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

 a { background-color: rgb(37,221,29); }

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

border-color css

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

 span { border-color: rgb(37,221,29); }

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