Html Css Color HEX #15D02A Lime Green

📋 copy color: '#15D02A'

red 21 ◦ green 208 ◦ blue 42

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

Shades of Lime Green #15D02A

Tints of Lime Green #15D02A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 76.75%

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

R = 7.75%
G = 76.75%
B = 15.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#15D02A (or 0x15D02A) is known color: Lime Green. HEX triplet: 15, D0 and 2A. RGB value is (21,208,42). Sum of RGB (Red+Green+Blue) = 21+208+42=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 208 (81.64% from 255 or 76.75% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 208 - color contains mainly: green. Hex color #15D02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D02A is #EA2FD5. Grayscale: #858585. Windows color (decimal): -15347670 or 2805781. OLE color: 2805781.

HSL color Cylindrical-coordinate representation of color #15D02A: hue angle of 126.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D02A is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 208 42 -
CMYK 0.90 0 0.80 0.18
HSL 126.74º 0.82% 0.45% -
HSV(B) 126.74º 0.9% 0.82% -
XYZ 23.28 45.44 9.73 -
YUV 133.16 76.55 48 -
System Red Green Blue C M Y K H S L
Decimal 21 208 42 0.90 0 0.80 0.18 126.74 0.82 0.45
Hex 15 D0 2A 5A 0 50 12 7F 52 2D
Octal 25 320 52 132 0 120 22 177 122 55
Binary 10101 11010000 101010 1011010 0 1010000 10010 1111111 1010010 101101

Color Harmonies of #15D02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D02A

Black with #15D02A

Text Example


Text Example

White with #15D02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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