Html Css Color HEX #75F11C Lawn Green

📋 copy color: '#75F11C'

red 117 ◦ green 241 ◦ blue 28

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

Shades of Lawn Green #75F11C

Tints of Lawn Green #75F11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.25%

R = 30.31%
G = 62.44%
B = 7.25%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#75F11C (or 0x75F11C) is known color: Lawn Green. HEX triplet: 75, F1 and 1C. RGB value is (117,241,28). Sum of RGB (Red+Green+Blue) = 117+241+28=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 241 (94.53% from 255 or 62.44% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 241 - color contains mainly: green. Hex color #75F11C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F11C is #8A0EE3. Grayscale: #B4B4B4. Windows color (decimal): -9047780 or 1896821. OLE color: 1896821.

HSL color Cylindrical-coordinate representation of color #75F11C: hue angle of 94.93º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75F11C is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 241 28 -
CMYK 0.51 0 0.88 0.05
HSL 94.93º 0.88% 0.53% -
HSV(B) 94.93º 0.88% 0.95% -
XYZ 39 66.78 11.93 -
YUV 179.64 42.42 83.32 -
System Red Green Blue C M Y K H S L
Decimal 117 241 28 0.51 0 0.88 0.05 94.93 0.88 0.53
Hex 75 F1 1C 33 0 58 5 5F 58 35
Octal 165 361 34 63 0 130 5 137 130 65
Binary 1110101 11110001 11100 110011 0 1011000 101 1011111 1011000 110101

Color Harmonies of #75F11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F11C

Black with #75F11C

Text Example


Text Example

White with #75F11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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