Html Css Color HEX #75EA1D Lawn Green

📋 copy color: '#75EA1D'

red 117 ◦ green 234 ◦ blue 29

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

Shades of Lawn Green #75EA1D

Tints of Lawn Green #75EA1D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 61.58%

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 30.79%
G = 61.58%
B = 7.63%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#75EA1D (or 0x75EA1D) is known color: Lawn Green. HEX triplet: 75, EA and 1D. RGB value is (117,234,29). Sum of RGB (Red+Green+Blue) = 117+234+29=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #75EA1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EA1D is #8A15E2. Grayscale: #B0B0B0. Windows color (decimal): -9049571 or 1960565. OLE color: 1960565.

HSL color Cylindrical-coordinate representation of color #75EA1D: hue angle of 94.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75EA1D is Cyan = 0.5, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 29 -
CMYK 0.5 0 0.88 0.08
HSL 94.24º 0.83% 0.52% -
HSV(B) 94.24º 0.88% 0.92% -
XYZ 36.98 62.72 11.32 -
YUV 175.65 45.24 86.17 -
System Red Green Blue C M Y K H S L
Decimal 117 234 29 0.5 0 0.88 0.08 94.24 0.83 0.52
Hex 75 EA 1D 32 0 58 8 5E 53 34
Octal 165 352 35 62 0 130 10 136 123 64
Binary 1110101 11101010 11101 110010 0 1011000 1000 1011110 1010011 110100

Color Harmonies of #75EA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EA1D

Black with #75EA1D

Text Example


Text Example

White with #75EA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,234,29); }

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

background-color css

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

 a { background-color: rgb(117,234,29); }

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

border-color css

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

 span { border-color: rgb(117,234,29); }

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