Html Css Color HEX #75E601 Lawn Green

📋 copy color: '#75E601'

red 117 ◦ green 230 ◦ blue 1

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

Shades of Lawn Green #75E601

Tints of Lawn Green #75E601

RGB

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

 GREEN value IS 230 (90.23% from 255) = 66.09%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 33.62%
G = 66.09%
B = 0.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#75E601 (or 0x75E601) is known color: Lawn Green. HEX triplet: 75, E6 and 01. RGB value is (117,230,1). Sum of RGB (Red+Green+Blue) = 117+230+1=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 230 (90.23% from 255 or 66.09% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 230 - color contains mainly: green. Hex color #75E601 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75E601 is #8A19FE. Grayscale: #AAAAAA. Windows color (decimal): -9050623 or 124533. OLE color: 124533.

HSL color Cylindrical-coordinate representation of color #75E601: hue angle of 89.61º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75E601 is Cyan = 0.49, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 230 1 -
CMYK 0.49 0 1.00 0.10
HSL 89.61º 0.99% 0.45% -
HSV(B) 89.61º 1% 0.9% -
XYZ 35.64 60.38 9.8 -
YUV 170.11 32.56 90.12 -
System Red Green Blue C M Y K H S L
Decimal 117 230 1 0.49 0 1.00 0.10 89.61 0.99 0.45
Hex 75 E6 1 31 0 64 A 5A 63 2D
Octal 165 346 1 61 0 144 12 132 143 55
Binary 1110101 11100110 1 110001 0 1100100 1010 1011010 1100011 101101

Color Harmonies of #75E601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E601

Black with #75E601

Text Example


Text Example

White with #75E601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,230,1); }

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

background-color css

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

 a { background-color: rgb(117,230,1); }

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

border-color css

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

 span { border-color: rgb(117,230,1); }

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