Html Css Color HEX #75CB20 Lima

📋 copy color: '#75CB20'

red 117 ◦ green 203 ◦ blue 32

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

Shades of Lima #75CB20

Tints of Lima #75CB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.67%

 BLUE value IS 32 (12.89% from 255) = 9.09%

R = 33.24%
G = 57.67%
B = 9.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#75CB20 (or 0x75CB20) is known color: Lima. HEX triplet: 75, CB and 20. RGB value is (117,203,32). Sum of RGB (Red+Green+Blue) = 117+203+32=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CB20 is #8A34DF. Grayscale: #9E9E9E. Windows color (decimal): -9057504 or 2149237. OLE color: 2149237.

HSL color Cylindrical-coordinate representation of color #75CB20: hue angle of 90.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75CB20 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 203 32 -
CMYK 0.42 0 0.84 0.20
HSL 90.18º 0.73% 0.46% -
HSV(B) 90.18º 0.84% 0.8% -
XYZ 28.95 46.6 8.83 -
YUV 157.79 57.01 98.9 -
System Red Green Blue C M Y K H S L
Decimal 117 203 32 0.42 0 0.84 0.20 90.18 0.73 0.46
Hex 75 CB 20 2A 0 54 14 5A 49 2E
Octal 165 313 40 52 0 124 24 132 111 56
Binary 1110101 11001011 100000 101010 0 1010100 10100 1011010 1001001 101110

Color Harmonies of #75CB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB20

Black with #75CB20

Text Example


Text Example

White with #75CB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,203,32); }

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

background-color css

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

 a { background-color: rgb(117,203,32); }

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

border-color css

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

 span { border-color: rgb(117,203,32); }

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