Html Css Color HEX #75C31B Lima

📋 copy color: '#75C31B'

red 117 ◦ green 195 ◦ blue 27

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

Shades of Lima #75C31B

Tints of Lima #75C31B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.52%

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

R = 34.51%
G = 57.52%
B = 7.96%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#75C31B (or 0x75C31B) is known color: Lima. HEX triplet: 75, C3 and 1B. RGB value is (117,195,27). Sum of RGB (Red+Green+Blue) = 117+195+27=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #75C31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C31B is #8A3CE4. Grayscale: #999999. Windows color (decimal): -9059557 or 1819509. OLE color: 1819509.

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

Color convert

RGB 117 195 27 -
CMYK 0.4 0 0.86 0.24
HSL 87.86º 0.76% 0.44% -
HSV(B) 87.86º 0.86% 0.76% -
XYZ 27.05 42.89 7.89 -
YUV 152.53 57.16 102.66 -
System Red Green Blue C M Y K H S L
Decimal 117 195 27 0.4 0 0.86 0.24 87.86 0.76 0.44
Hex 75 C3 1B 28 0 56 18 58 4C 2C
Octal 165 303 33 50 0 126 30 130 114 54
Binary 1110101 11000011 11011 101000 0 1010110 11000 1011000 1001100 101100

Color Harmonies of #75C31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C31B

Black with #75C31B

Text Example


Text Example

White with #75C31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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