Html Css Color HEX #75CE00 Lawn Green

📋 copy color: '#75CE00'

red 117 ◦ green 206 ◦ blue 0

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

Shades of Lawn Green #75CE00

Tints of Lawn Green #75CE00

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.22%
G = 63.78%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#75CE00 (or 0x75CE00) is known color: Lawn Green. HEX triplet: 75, CE and 00. RGB value is (117,206,0). Sum of RGB (Red+Green+Blue) = 117+206+0=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 206 (80.86% from 255 or 63.78% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CE00 is #8A31FF. Grayscale: #9C9C9C. Windows color (decimal): -9056768 or 52853. OLE color: 52853.

HSL color Cylindrical-coordinate representation of color #75CE00: hue angle of 85.92º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75CE00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 0 -
CMYK 0.43 0 1 0.19
HSL 85.92º 1% 0.4% -
HSV(B) 85.92º 1% 0.81% -
XYZ 29.41 47.92 7.7 -
YUV 155.91 40.01 100.25 -
System Red Green Blue C M Y K H S L
Decimal 117 206 0 0.43 0 1 0.19 85.92 1 0.4
Hex 75 CE 0 2B 0 64 13 56 64 28
Octal 165 316 0 53 0 144 23 126 144 50
Binary 1110101 11001110 0 101011 0 1100100 10011 1010110 1100100 101000

Color Harmonies of #75CE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE00

Black with #75CE00

Text Example


Text Example

White with #75CE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,0); }

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

background-color css

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

 a { background-color: rgb(117,206,0); }

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

border-color css

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

 span { border-color: rgb(117,206,0); }

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