Html Css Color HEX #75EE1E Lawn Green

📋 copy color: '#75EE1E'

red 117 ◦ green 238 ◦ blue 30

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

Shades of Lawn Green #75EE1E

Tints of Lawn Green #75EE1E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 61.82%

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 30.39%
G = 61.82%
B = 7.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#75EE1E (or 0x75EE1E) is known color: Lawn Green. HEX triplet: 75, EE and 1E. RGB value is (117,238,30). Sum of RGB (Red+Green+Blue) = 117+238+30=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 238 (93.36% from 255 or 61.82% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 238 - color contains mainly: green. Hex color #75EE1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EE1E is #8A11E1. Grayscale: #B2B2B2. Windows color (decimal): -9048546 or 2027125. OLE color: 2027125.

HSL color Cylindrical-coordinate representation of color #75EE1E: hue angle of 94.9º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75EE1E is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 238 30 -
CMYK 0.51 0 0.87 0.07
HSL 94.9º 0.86% 0.53% -
HSV(B) 94.9º 0.87% 0.93% -
XYZ 38.15 65.02 11.77 -
YUV 178.11 44.41 84.41 -
System Red Green Blue C M Y K H S L
Decimal 117 238 30 0.51 0 0.87 0.07 94.9 0.86 0.53
Hex 75 EE 1E 33 0 57 7 5F 56 35
Octal 165 356 36 63 0 127 7 137 126 65
Binary 1110101 11101110 11110 110011 0 1010111 111 1011111 1010110 110101

Color Harmonies of #75EE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EE1E

Black with #75EE1E

Text Example


Text Example

White with #75EE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,238,30); }

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

background-color css

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

 a { background-color: rgb(117,238,30); }

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

border-color css

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

 span { border-color: rgb(117,238,30); }

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