Html Css Color HEX #75C228 Lima

📋 copy color: '#75C228'

red 117 ◦ green 194 ◦ blue 40

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

Shades of Lima #75C228

Tints of Lima #75C228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.4%

R = 33.33%
G = 55.27%
B = 11.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#75C228 (or 0x75C228) is known color: Lima. HEX triplet: 75, C2 and 28. RGB value is (117,194,40). Sum of RGB (Red+Green+Blue) = 117+194+40=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #75C228 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C228 is #8A3DD7. Grayscale: #999999. Windows color (decimal): -9059800 or 2671221. OLE color: 2671221.

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

Color convert

RGB 117 194 40 -
CMYK 0.40 0 0.79 0.24
HSL 90º 0.66% 0.46% -
HSV(B) 90º 0.79% 0.76% -
XYZ 27.01 42.52 8.79 -
YUV 153.42 63.99 102.02 -
System Red Green Blue C M Y K H S L
Decimal 117 194 40 0.40 0 0.79 0.24 90 0.66 0.46
Hex 75 C2 28 28 0 4F 18 5A 42 2E
Octal 165 302 50 50 0 117 30 132 102 56
Binary 1110101 11000010 101000 101000 0 1001111 11000 1011010 1000010 101110

Color Harmonies of #75C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C228

Black with #75C228

Text Example


Text Example

White with #75C228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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