Html Css Color HEX #75C22B Lima

📋 copy color: '#75C22B'

red 117 ◦ green 194 ◦ blue 43

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

Shades of Lima #75C22B

Tints of Lima #75C22B

RGB

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

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

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

R = 33.05%
G = 54.8%
B = 12.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#75C22B (or 0x75C22B) is known color: Lima. HEX triplet: 75, C2 and 2B. RGB value is (117,194,43). Sum of RGB (Red+Green+Blue) = 117+194+43=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #75C22B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C22B is #8A3DD4. Grayscale: #9A9A9A. Windows color (decimal): -9059797 or 2867829. OLE color: 2867829.

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

Color convert

RGB 117 194 43 -
CMYK 0.40 0 0.78 0.24
HSL 90.6º 0.64% 0.46% -
HSV(B) 90.6º 0.78% 0.76% -
XYZ 27.06 42.54 9.07 -
YUV 153.76 65.49 101.78 -
System Red Green Blue C M Y K H S L
Decimal 117 194 43 0.40 0 0.78 0.24 90.6 0.64 0.46
Hex 75 C2 2B 28 0 4E 18 5B 40 2E
Octal 165 302 53 50 0 116 30 133 100 56
Binary 1110101 11000010 101011 101000 0 1001110 11000 1011011 1000000 101110

Color Harmonies of #75C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C22B

Black with #75C22B

Text Example


Text Example

White with #75C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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