Html Css Color HEX #15DD2A Lime Green

📋 copy color: '#15DD2A'

red 21 ◦ green 221 ◦ blue 42

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

Shades of Lime Green #15DD2A

Tints of Lime Green #15DD2A

RGB

 RED value IS 21 (8.59% from 255) = 7.39%

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

 BLUE value IS 42 (16.8% from 255) = 14.79%

R = 7.39%
G = 77.82%
B = 14.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#15DD2A (or 0x15DD2A) is known color: Lime Green. HEX triplet: 15, DD and 2A. RGB value is (21,221,42). Sum of RGB (Red+Green+Blue) = 21+221+42=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 221 (86.72% from 255 or 77.82% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 221 - color contains mainly: green. Hex color #15DD2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DD2A is #EA22D5. Grayscale: #8D8D8D. Windows color (decimal): -15344342 or 2809109. OLE color: 2809109.

HSL color Cylindrical-coordinate representation of color #15DD2A: hue angle of 126.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DD2A is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 221 42 -
CMYK 0.90 0 0.81 0.13
HSL 126.3º 0.83% 0.47% -
HSV(B) 126.3º 0.9% 0.87% -
XYZ 26.58 52.04 10.83 -
YUV 140.79 72.24 42.55 -
System Red Green Blue C M Y K H S L
Decimal 21 221 42 0.90 0 0.81 0.13 126.3 0.83 0.47
Hex 15 DD 2A 5A 0 51 D 7E 53 2F
Octal 25 335 52 132 0 121 15 176 123 57
Binary 10101 11011101 101010 1011010 0 1010001 1101 1111110 1010011 101111

Color Harmonies of #15DD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DD2A

Black with #15DD2A

Text Example


Text Example

White with #15DD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15DD2A; }

 p { color: rgb(21,221,42); }

 H1.HeaderClassName
 {
   color: #15DD2A;
 }
 .AnyTagClassName
 {
   color: #15DD2A;
 }
</style>

background-color css

<style>
 a { background-color: #15DD2A; }

 a { background-color: rgb(21,221,42); }

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

border-color css

<style>
 span { border-color: #15DD2A; }

 span { border-color: rgb(21,221,42); }

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