Html Css Color HEX #75EF1E Lawn Green

📋 copy color: '#75EF1E'

red 117 ◦ green 239 ◦ blue 30

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

Shades of Lawn Green #75EF1E

Tints of Lawn Green #75EF1E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 61.92%

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

R = 30.31%
G = 61.92%
B = 7.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#75EF1E (or 0x75EF1E) is known color: Lawn Green. HEX triplet: 75, EF and 1E. RGB value is (117,239,30). Sum of RGB (Red+Green+Blue) = 117+239+30=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 239 (93.75% from 255 or 61.92% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 239 - color contains mainly: green. Hex color #75EF1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EF1E is #8A10E1. Grayscale: #B3B3B3. Windows color (decimal): -9048290 or 2027381. OLE color: 2027381.

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

Color convert

RGB 117 239 30 -
CMYK 0.51 0 0.87 0.06
HSL 95.02º 0.87% 0.53% -
HSV(B) 95.02º 0.87% 0.94% -
XYZ 38.44 65.61 11.87 -
YUV 178.7 44.08 83.99 -
System Red Green Blue C M Y K H S L
Decimal 117 239 30 0.51 0 0.87 0.06 95.02 0.87 0.53
Hex 75 EF 1E 33 0 57 6 5F 57 35
Octal 165 357 36 63 0 127 6 137 127 65
Binary 1110101 11101111 11110 110011 0 1010111 110 1011111 1010111 110101

Color Harmonies of #75EF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EF1E

Black with #75EF1E

Text Example


Text Example

White with #75EF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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