Html Css Color HEX #75F102 Lawn Green

📋 copy color: '#75F102'

red 117 ◦ green 241 ◦ blue 2

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

Shades of Lawn Green #75F102

Tints of Lawn Green #75F102

RGB

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

 GREEN value IS 241 (94.53% from 255) = 66.94%

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

R = 32.5%
G = 66.94%
B = 0.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#75F102 (or 0x75F102) is known color: Lawn Green. HEX triplet: 75, F1 and 02. RGB value is (117,241,2). Sum of RGB (Red+Green+Blue) = 117+241+2=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #75F102 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F102 is #8A0EFD. Grayscale: #B1B1B1. Windows color (decimal): -9047806 or 192885. OLE color: 192885.

HSL color Cylindrical-coordinate representation of color #75F102: hue angle of 91.13º 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 #75F102 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 241 2 -
CMYK 0.51 0 0.99 0.05
HSL 91.13º 0.98% 0.48% -
HSV(B) 91.13º 0.99% 0.95% -
XYZ 38.8 66.7 10.89 -
YUV 176.68 29.42 85.43 -
System Red Green Blue C M Y K H S L
Decimal 117 241 2 0.51 0 0.99 0.05 91.13 0.98 0.48
Hex 75 F1 2 33 0 63 5 5B 62 30
Octal 165 361 2 63 0 143 5 133 142 60
Binary 1110101 11110001 10 110011 0 1100011 101 1011011 1100010 110000

Color Harmonies of #75F102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F102

Black with #75F102

Text Example


Text Example

White with #75F102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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