Html Css Color HEX #75F203 Lawn Green

📋 copy color: '#75F203'

red 117 ◦ green 242 ◦ blue 3

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

Shades of Lawn Green #75F203

Tints of Lawn Green #75F203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 32.32%
G = 66.85%
B = 0.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#75F203 (or 0x75F203) is known color: Lawn Green. HEX triplet: 75, F2 and 03. RGB value is (117,242,3). Sum of RGB (Red+Green+Blue) = 117+242+3=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #75F203 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F203 is #8A0DFC. Grayscale: #B2B2B2. Windows color (decimal): -9047549 or 258677. OLE color: 258677.

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

Color convert

RGB 117 242 3 -
CMYK 0.52 0 0.99 0.05
HSL 91.38º 0.98% 0.48% -
HSV(B) 91.38º 0.99% 0.95% -
XYZ 39.1 67.29 11.01 -
YUV 177.38 29.59 84.93 -
System Red Green Blue C M Y K H S L
Decimal 117 242 3 0.52 0 0.99 0.05 91.38 0.98 0.48
Hex 75 F2 3 34 0 63 5 5B 62 30
Octal 165 362 3 64 0 143 5 133 142 60
Binary 1110101 11110010 11 110100 0 1100011 101 1011011 1100010 110000

Color Harmonies of #75F203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F203

Black with #75F203

Text Example


Text Example

White with #75F203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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