Html Css Color HEX #75BC1E Lima

📋 copy color: '#75BC1E'

red 117 ◦ green 188 ◦ blue 30

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

Shades of Lima #75BC1E

Tints of Lima #75BC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.12%

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

R = 34.93%
G = 56.12%
B = 8.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#75BC1E (or 0x75BC1E) is known color: Lima. HEX triplet: 75, BC and 1E. RGB value is (117,188,30). Sum of RGB (Red+Green+Blue) = 117+188+30=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC1E is #8A43E1. Grayscale: #959595. Windows color (decimal): -9061346 or 2014325. OLE color: 2014325.

HSL color Cylindrical-coordinate representation of color #75BC1E: hue angle of 86.96º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75BC1E is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 30 -
CMYK 0.38 0 0.84 0.26
HSL 86.96º 0.72% 0.43% -
HSV(B) 86.96º 0.84% 0.74% -
XYZ 25.55 39.84 7.57 -
YUV 148.76 60.98 105.35 -
System Red Green Blue C M Y K H S L
Decimal 117 188 30 0.38 0 0.84 0.26 86.96 0.72 0.43
Hex 75 BC 1E 26 0 54 1A 57 48 2B
Octal 165 274 36 46 0 124 32 127 110 53
Binary 1110101 10111100 11110 100110 0 1010100 11010 1010111 1001000 101011

Color Harmonies of #75BC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC1E

Black with #75BC1E

Text Example


Text Example

White with #75BC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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