Html Css Color HEX #75F204 Lawn Green

📋 copy color: '#75F204'

red 117 ◦ green 242 ◦ blue 4

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

Shades of Lawn Green #75F204

Tints of Lawn Green #75F204

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.67%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 32.23%
G = 66.67%
B = 1.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#75F204 (or 0x75F204) is known color: Lawn Green. HEX triplet: 75, F2 and 04. RGB value is (117,242,4). Sum of RGB (Red+Green+Blue) = 117+242+4=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #75F204 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F204 is #8A0DFB. Grayscale: #B2B2B2. Windows color (decimal): -9047548 or 324213. OLE color: 324213.

HSL color Cylindrical-coordinate representation of color #75F204: hue angle of 91.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75F204 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 242 4 -
CMYK 0.52 0 0.98 0.05
HSL 91.51º 0.97% 0.48% -
HSV(B) 91.51º 0.98% 0.95% -
XYZ 39.11 67.29 11.04 -
YUV 177.49 30.09 84.85 -
System Red Green Blue C M Y K H S L
Decimal 117 242 4 0.52 0 0.98 0.05 91.51 0.97 0.48
Hex 75 F2 4 34 0 62 5 5C 61 30
Octal 165 362 4 64 0 142 5 134 141 60
Binary 1110101 11110010 100 110100 0 1100010 101 1011100 1100001 110000

Color Harmonies of #75F204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F204

Black with #75F204

Text Example


Text Example

White with #75F204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,242,4); }

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

background-color css

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

 a { background-color: rgb(117,242,4); }

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

border-color css

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

 span { border-color: rgb(117,242,4); }

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