Html Css Color HEX #75C22D Lima

📋 copy color: '#75C22D'

red 117 ◦ green 194 ◦ blue 45

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

Shades of Lima #75C22D

Tints of Lima #75C22D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.49%

 BLUE value IS 45 (17.97% from 255) = 12.64%

R = 32.87%
G = 54.49%
B = 12.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#75C22D (or 0x75C22D) is known color: Lima. HEX triplet: 75, C2 and 2D. RGB value is (117,194,45). Sum of RGB (Red+Green+Blue) = 117+194+45=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #75C22D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C22D is #8A3DD2. Grayscale: #9A9A9A. Windows color (decimal): -9059795 or 2998901. OLE color: 2998901.

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

Color convert

RGB 117 194 45 -
CMYK 0.40 0 0.77 0.24
HSL 91.01º 0.62% 0.47% -
HSV(B) 91.01º 0.77% 0.76% -
XYZ 27.1 42.55 9.27 -
YUV 153.99 66.49 101.62 -
System Red Green Blue C M Y K H S L
Decimal 117 194 45 0.40 0 0.77 0.24 91.01 0.62 0.47
Hex 75 C2 2D 28 0 4D 18 5B 3E 2F
Octal 165 302 55 50 0 115 30 133 76 57
Binary 1110101 11000010 101101 101000 0 1001101 11000 1011011 111110 101111

Color Harmonies of #75C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C22D

Black with #75C22D

Text Example


Text Example

White with #75C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,194,45); }

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

background-color css

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

 a { background-color: rgb(117,194,45); }

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

border-color css

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

 span { border-color: rgb(117,194,45); }

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