Html Css Color HEX #75BC21 Lima

📋 copy color: '#75BC21'

red 117 ◦ green 188 ◦ blue 33

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

Shades of Lima #75BC21

Tints of Lima #75BC21

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.62%

 BLUE value IS 33 (13.28% from 255) = 9.76%

R = 34.62%
G = 55.62%
B = 9.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#75BC21 (or 0x75BC21) is known color: Lima. HEX triplet: 75, BC and 21. RGB value is (117,188,33). Sum of RGB (Red+Green+Blue) = 117+188+33=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC21 is #8A43DE. Grayscale: #959595. Windows color (decimal): -9061343 or 2210933. OLE color: 2210933.

HSL color Cylindrical-coordinate representation of color #75BC21: hue angle of 87.48º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75BC21 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 33 -
CMYK 0.38 0 0.82 0.26
HSL 87.48º 0.7% 0.43% -
HSV(B) 87.48º 0.82% 0.74% -
XYZ 25.59 39.86 7.78 -
YUV 149.1 62.48 105.1 -
System Red Green Blue C M Y K H S L
Decimal 117 188 33 0.38 0 0.82 0.26 87.48 0.7 0.43
Hex 75 BC 21 26 0 52 1A 57 46 2B
Octal 165 274 41 46 0 122 32 127 106 53
Binary 1110101 10111100 100001 100110 0 1010010 11010 1010111 1000110 101011

Color Harmonies of #75BC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC21

Black with #75BC21

Text Example


Text Example

White with #75BC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,188,33); }

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

background-color css

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

 a { background-color: rgb(117,188,33); }

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

border-color css

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

 span { border-color: rgb(117,188,33); }

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