Html Css Color HEX #75C01E Lima

📋 copy color: '#75C01E'

red 117 ◦ green 192 ◦ blue 30

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

Shades of Lima #75C01E

Tints of Lima #75C01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.64%

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

R = 34.51%
G = 56.64%
B = 8.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#75C01E (or 0x75C01E) is known color: Lima. HEX triplet: 75, C0 and 1E. RGB value is (117,192,30). Sum of RGB (Red+Green+Blue) = 117+192+30=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #75C01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C01E is #8A3FE1. Grayscale: #979797. Windows color (decimal): -9060322 or 2015349. OLE color: 2015349.

HSL color Cylindrical-coordinate representation of color #75C01E: hue angle of 87.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75C01E is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 30 -
CMYK 0.39 0 0.84 0.25
HSL 87.78º 0.73% 0.44% -
HSV(B) 87.78º 0.84% 0.75% -
XYZ 26.42 41.57 7.86 -
YUV 151.11 59.65 103.67 -
System Red Green Blue C M Y K H S L
Decimal 117 192 30 0.39 0 0.84 0.25 87.78 0.73 0.44
Hex 75 C0 1E 27 0 54 19 58 49 2C
Octal 165 300 36 47 0 124 31 130 111 54
Binary 1110101 11000000 11110 100111 0 1010100 11001 1011000 1001001 101100

Color Harmonies of #75C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C01E

Black with #75C01E

Text Example


Text Example

White with #75C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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