Html Css Color HEX #75CF00 Lawn Green

📋 copy color: '#75CF00'

red 117 ◦ green 207 ◦ blue 0

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

Shades of Lawn Green #75CF00

Tints of Lawn Green #75CF00

RGB

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

 GREEN value IS 207 (81.25% from 255) = 63.89%

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

R = 36.11%
G = 63.89%
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

#75CF00 (or 0x75CF00) is known color: Lawn Green. HEX triplet: 75, CF and 00. RGB value is (117,207,0). Sum of RGB (Red+Green+Blue) = 117+207+0=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CF00 is #8A30FF. Grayscale: #9D9D9D. Windows color (decimal): -9056512 or 53109. OLE color: 53109.

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

Color convert

RGB 117 207 0 -
CMYK 0.43 0 1 0.19
HSL 86.09º 1% 0.41% -
HSV(B) 86.09º 1% 0.81% -
XYZ 29.65 48.41 7.78 -
YUV 156.49 39.68 99.83 -
System Red Green Blue C M Y K H S L
Decimal 117 207 0 0.43 0 1 0.19 86.09 1 0.41
Hex 75 CF 0 2B 0 64 13 56 64 29
Octal 165 317 0 53 0 144 23 126 144 51
Binary 1110101 11001111 0 101011 0 1100100 10011 1010110 1100100 101001

Color Harmonies of #75CF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF00

Black with #75CF00

Text Example


Text Example

White with #75CF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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