Html Css Color HEX #75DC15 Lawn Green

📋 copy color: '#75DC15'

red 117 ◦ green 220 ◦ blue 21

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

Shades of Lawn Green #75DC15

Tints of Lawn Green #75DC15

RGB

 RED value IS 117 (46.09% from 255) = 32.68%

 GREEN value IS 220 (86.33% from 255) = 61.45%

 BLUE value IS 21 (8.59% from 255) = 5.87%

R = 32.68%
G = 61.45%
B = 5.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#75DC15 (or 0x75DC15) is known color: Lawn Green. HEX triplet: 75, DC and 15. RGB value is (117,220,21). Sum of RGB (Red+Green+Blue) = 117+220+21=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DC15 is #8A23EA. Grayscale: #A7A7A7. Windows color (decimal): -9053163 or 1432693. OLE color: 1432693.

HSL color Cylindrical-coordinate representation of color #75DC15: hue angle of 91.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75DC15 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 21 -
CMYK 0.47 0 0.90 0.14
HSL 91.06º 0.83% 0.47% -
HSV(B) 91.06º 0.9% 0.86% -
XYZ 33.06 55.02 9.59 -
YUV 166.52 45.88 92.68 -
System Red Green Blue C M Y K H S L
Decimal 117 220 21 0.47 0 0.90 0.14 91.06 0.83 0.47
Hex 75 DC 15 2F 0 5A E 5B 53 2F
Octal 165 334 25 57 0 132 16 133 123 57
Binary 1110101 11011100 10101 101111 0 1011010 1110 1011011 1010011 101111

Color Harmonies of #75DC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC15

Black with #75DC15

Text Example


Text Example

White with #75DC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75DC15; }

 p { color: rgb(117,220,21); }

 H1.HeaderClassName
 {
   color: #75DC15;
 }
 .AnyTagClassName
 {
   color: #75DC15;
 }
</style>

background-color css

<style>
 a { background-color: #75DC15; }

 a { background-color: rgb(117,220,21); }

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

border-color css

<style>
 span { border-color: #75DC15; }

 span { border-color: rgb(117,220,21); }

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