Html Css Color HEX #75FF02 Lawn Green

📋 copy color: '#75FF02'

red 117 ◦ green 255 ◦ blue 2

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

Shades of Lawn Green #75FF02

Tints of Lawn Green #75FF02

RGB

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

 GREEN value IS 255 (100% from 255) = 68.18%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 31.28%
G = 68.18%
B = 0.53%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#75FF02 (or 0x75FF02) is known color: Lawn Green. HEX triplet: 75, FF and 02. RGB value is (117,255,2). Sum of RGB (Red+Green+Blue) = 117+255+2=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75FF02 is #8A00FD. Grayscale: #B9B9B9. Windows color (decimal): -9044222 or 196469. OLE color: 196469.

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

Color convert

RGB 117 255 2 -
CMYK 0.54 0 0.99 0
HSL 92.73º 1% 0.5% -
HSV(B) 92.73º 0.99% 1% -
XYZ 43.11 75.31 12.32 -
YUV 184.9 24.78 79.57 -
System Red Green Blue C M Y K H S L
Decimal 117 255 2 0.54 0 0.99 0 92.73 1 0.5
Hex 75 FF 2 36 0 63 0 5D 64 32
Octal 165 377 2 66 0 143 0 135 144 62
Binary 1110101 11111111 10 110110 0 1100011 0 1011101 1100100 110010

Color Harmonies of #75FF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FF02

Black with #75FF02

Text Example


Text Example

White with #75FF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,255,2); }

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

background-color css

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

 a { background-color: rgb(117,255,2); }

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

border-color css

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

 span { border-color: rgb(117,255,2); }

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