Html Css Color HEX #75D01E Lima

📋 copy color: '#75D01E'

red 117 ◦ green 208 ◦ blue 30

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

Shades of Lima #75D01E

Tints of Lima #75D01E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.59%

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

R = 32.96%
G = 58.59%
B = 8.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#75D01E (or 0x75D01E) is known color: Lima. HEX triplet: 75, D0 and 1E. RGB value is (117,208,30). Sum of RGB (Red+Green+Blue) = 117+208+30=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #75D01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D01E is #8A2FE1. Grayscale: #A1A1A1. Windows color (decimal): -9056226 or 2019445. OLE color: 2019445.

HSL color Cylindrical-coordinate representation of color #75D01E: hue angle of 90.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75D01E is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 208 30 -
CMYK 0.44 0 0.86 0.18
HSL 90.67º 0.75% 0.47% -
HSV(B) 90.67º 0.86% 0.82% -
XYZ 30.13 48.99 9.1 -
YUV 160.5 54.35 96.97 -
System Red Green Blue C M Y K H S L
Decimal 117 208 30 0.44 0 0.86 0.18 90.67 0.75 0.47
Hex 75 D0 1E 2C 0 56 12 5B 4B 2F
Octal 165 320 36 54 0 126 22 133 113 57
Binary 1110101 11010000 11110 101100 0 1010110 10010 1011011 1001011 101111

Color Harmonies of #75D01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D01E

Black with #75D01E

Text Example


Text Example

White with #75D01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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