Html Css Color HEX #75E308 Lawn Green

📋 copy color: '#75E308'

red 117 ◦ green 227 ◦ blue 8

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

Shades of Lawn Green #75E308

Tints of Lawn Green #75E308

RGB

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

 GREEN value IS 227 (89.06% from 255) = 64.49%

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 33.24%
G = 64.49%
B = 2.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#75E308 (or 0x75E308) is known color: Lawn Green. HEX triplet: 75, E3 and 08. RGB value is (117,227,8). Sum of RGB (Red+Green+Blue) = 117+227+8=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 227 (89.06% from 255 or 64.49% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 227 - color contains mainly: green. Hex color #75E308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E308 is #8A1CF7. Grayscale: #A9A9A9. Windows color (decimal): -9051384 or 582517. OLE color: 582517.

HSL color Cylindrical-coordinate representation of color #75E308: hue angle of 90.14º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75E308 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 227 8 -
CMYK 0.48 0 0.96 0.11
HSL 90.14º 0.93% 0.46% -
HSV(B) 90.14º 0.96% 0.89% -
XYZ 34.85 58.74 9.73 -
YUV 169.14 37.06 90.81 -
System Red Green Blue C M Y K H S L
Decimal 117 227 8 0.48 0 0.96 0.11 90.14 0.93 0.46
Hex 75 E3 8 30 0 60 B 5A 5D 2E
Octal 165 343 10 60 0 140 13 132 135 56
Binary 1110101 11100011 1000 110000 0 1100000 1011 1011010 1011101 101110

Color Harmonies of #75E308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E308

Black with #75E308

Text Example


Text Example

White with #75E308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,227,8); }

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

background-color css

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

 a { background-color: rgb(117,227,8); }

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

border-color css

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

 span { border-color: rgb(117,227,8); }

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