Html Css Color HEX #75FD03 Lawn Green

📋 copy color: '#75FD03'

red 117 ◦ green 253 ◦ blue 3

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

Shades of Lawn Green #75FD03

Tints of Lawn Green #75FD03

RGB

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

 GREEN value IS 253 (99.22% from 255) = 67.83%

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

R = 31.37%
G = 67.83%
B = 0.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#75FD03 (or 0x75FD03) is known color: Lawn Green. HEX triplet: 75, FD and 03. RGB value is (117,253,3). Sum of RGB (Red+Green+Blue) = 117+253+3=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 253 (99.22% from 255 or 67.83% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 253 - color contains mainly: green. Hex color #75FD03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75FD03 is #8A02FC. Grayscale: #B8B8B8. Windows color (decimal): -9044733 or 261493. OLE color: 261493.

HSL color Cylindrical-coordinate representation of color #75FD03: hue angle of 92.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75FD03 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 253 3 -
CMYK 0.54 0 0.99 0.01
HSL 92.64º 0.98% 0.5% -
HSV(B) 92.64º 0.99% 0.99% -
XYZ 42.48 74.04 12.14 -
YUV 183.84 25.94 80.33 -
System Red Green Blue C M Y K H S L
Decimal 117 253 3 0.54 0 0.99 0.01 92.64 0.98 0.5
Hex 75 FD 3 36 0 63 1 5D 62 32
Octal 165 375 3 66 0 143 1 135 142 62
Binary 1110101 11111101 11 110110 0 1100011 1 1011101 1100010 110010

Color Harmonies of #75FD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FD03

Black with #75FD03

Text Example


Text Example

White with #75FD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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