Html Css Color HEX #75C62B Lima

📋 copy color: '#75C62B'

red 117 ◦ green 198 ◦ blue 43

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

Shades of Lima #75C62B

Tints of Lima #75C62B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.31%

 BLUE value IS 43 (17.19% from 255) = 12.01%

R = 32.68%
G = 55.31%
B = 12.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#75C62B (or 0x75C62B) is known color: Lima. HEX triplet: 75, C6 and 2B. RGB value is (117,198,43). Sum of RGB (Red+Green+Blue) = 117+198+43=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #75C62B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C62B is #8A39D4. Grayscale: #9C9C9C. Windows color (decimal): -9058773 or 2868853. OLE color: 2868853.

HSL color Cylindrical-coordinate representation of color #75C62B: hue angle of 91.35º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75C62B is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 198 43 -
CMYK 0.41 0 0.78 0.22
HSL 91.35º 0.64% 0.47% -
HSV(B) 91.35º 0.78% 0.78% -
XYZ 27.97 44.34 9.37 -
YUV 156.11 64.16 100.1 -
System Red Green Blue C M Y K H S L
Decimal 117 198 43 0.41 0 0.78 0.22 91.35 0.64 0.47
Hex 75 C6 2B 29 0 4E 16 5B 40 2F
Octal 165 306 53 51 0 116 26 133 100 57
Binary 1110101 11000110 101011 101001 0 1001110 10110 1011011 1000000 101111

Color Harmonies of #75C62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C62B

Black with #75C62B

Text Example


Text Example

White with #75C62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,198,43); }

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

background-color css

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

 a { background-color: rgb(117,198,43); }

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

border-color css

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

 span { border-color: rgb(117,198,43); }

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