Html Css Color HEX #15D52A Lime Green

📋 copy color: '#15D52A'

red 21 ◦ green 213 ◦ blue 42

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

Shades of Lime Green #15D52A

Tints of Lime Green #15D52A

RGB

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

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

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

R = 7.61%
G = 77.17%
B = 15.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#15D52A (or 0x15D52A) is known color: Lime Green. HEX triplet: 15, D5 and 2A. RGB value is (21,213,42). Sum of RGB (Red+Green+Blue) = 21+213+42=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 213 (83.59% from 255 or 77.17% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 213 - color contains mainly: green. Hex color #15D52A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D52A is #EA2AD5. Grayscale: #888888. Windows color (decimal): -15346390 or 2807061. OLE color: 2807061.

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

Color convert

RGB 21 213 42 -
CMYK 0.90 0 0.80 0.16
HSL 126.56º 0.82% 0.46% -
HSV(B) 126.56º 0.9% 0.84% -
XYZ 24.52 47.92 10.15 -
YUV 136.1 74.89 45.9 -
System Red Green Blue C M Y K H S L
Decimal 21 213 42 0.90 0 0.80 0.16 126.56 0.82 0.46
Hex 15 D5 2A 5A 0 50 10 7F 52 2E
Octal 25 325 52 132 0 120 20 177 122 56
Binary 10101 11010101 101010 1011010 0 1010000 10000 1111111 1010010 101110

Color Harmonies of #15D52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D52A

Black with #15D52A

Text Example


Text Example

White with #15D52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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