Html Css Color HEX #75C322 Lima

📋 copy color: '#75C322'

red 117 ◦ green 195 ◦ blue 34

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

Shades of Lima #75C322

Tints of Lima #75C322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.83%

R = 33.82%
G = 56.36%
B = 9.83%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#75C322 (or 0x75C322) is known color: Lima. HEX triplet: 75, C3 and 22. RGB value is (117,195,34). Sum of RGB (Red+Green+Blue) = 117+195+34=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #75C322 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C322 is #8A3CDD. Grayscale: #999999. Windows color (decimal): -9059550 or 2278261. OLE color: 2278261.

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

Color convert

RGB 117 195 34 -
CMYK 0.4 0 0.83 0.24
HSL 89.07º 0.7% 0.45% -
HSV(B) 89.07º 0.83% 0.76% -
XYZ 27.14 42.93 8.37 -
YUV 153.32 60.66 102.09 -
System Red Green Blue C M Y K H S L
Decimal 117 195 34 0.4 0 0.83 0.24 89.07 0.7 0.45
Hex 75 C3 22 28 0 53 18 59 46 2D
Octal 165 303 42 50 0 123 30 131 106 55
Binary 1110101 11000011 100010 101000 0 1010011 11000 1011001 1000110 101101

Color Harmonies of #75C322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C322

Black with #75C322

Text Example


Text Example

White with #75C322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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