Html Css Color HEX #75C41B Lima

📋 copy color: '#75C41B'

red 117 ◦ green 196 ◦ blue 27

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

Shades of Lima #75C41B

Tints of Lima #75C41B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.65%

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 34.41%
G = 57.65%
B = 7.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#75C41B (or 0x75C41B) is known color: Lima. HEX triplet: 75, C4 and 1B. RGB value is (117,196,27). Sum of RGB (Red+Green+Blue) = 117+196+27=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 196 (76.95% from 255 or 57.65% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 196 - color contains mainly: green. Hex color #75C41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C41B is #8A3BE4. Grayscale: #999999. Windows color (decimal): -9059301 or 1819765. OLE color: 1819765.

HSL color Cylindrical-coordinate representation of color #75C41B: hue angle of 88.05º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75C41B is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 196 27 -
CMYK 0.40 0 0.86 0.23
HSL 88.05º 0.76% 0.44% -
HSV(B) 88.05º 0.86% 0.77% -
XYZ 27.27 43.34 7.97 -
YUV 153.11 56.83 102.24 -
System Red Green Blue C M Y K H S L
Decimal 117 196 27 0.40 0 0.86 0.23 88.05 0.76 0.44
Hex 75 C4 1B 28 0 56 17 58 4C 2C
Octal 165 304 33 50 0 126 27 130 114 54
Binary 1110101 11000100 11011 101000 0 1010110 10111 1011000 1001100 101100

Color Harmonies of #75C41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C41B

Black with #75C41B

Text Example


Text Example

White with #75C41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,196,27); }

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

background-color css

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

 a { background-color: rgb(117,196,27); }

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

border-color css

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

 span { border-color: rgb(117,196,27); }

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