Html Css Color HEX #75BB23 Lima

📋 copy color: '#75BB23'

red 117 ◦ green 187 ◦ blue 35

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

Shades of Lima #75BB23

Tints of Lima #75BB23

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.16%

 BLUE value IS 35 (14.06% from 255) = 10.32%

R = 34.51%
G = 55.16%
B = 10.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#75BB23 (or 0x75BB23) is known color: Lima. HEX triplet: 75, BB and 23. RGB value is (117,187,35). Sum of RGB (Red+Green+Blue) = 117+187+35=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BB23 is #8A44DC. Grayscale: #959595. Windows color (decimal): -9061597 or 2341749. OLE color: 2341749.

HSL color Cylindrical-coordinate representation of color #75BB23: hue angle of 87.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75BB23 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 187 35 -
CMYK 0.37 0 0.81 0.27
HSL 87.63º 0.68% 0.44% -
HSV(B) 87.63º 0.81% 0.73% -
XYZ 25.41 39.44 7.86 -
YUV 148.74 63.81 105.36 -
System Red Green Blue C M Y K H S L
Decimal 117 187 35 0.37 0 0.81 0.27 87.63 0.68 0.44
Hex 75 BB 23 25 0 51 1B 58 44 2C
Octal 165 273 43 45 0 121 33 130 104 54
Binary 1110101 10111011 100011 100101 0 1010001 11011 1011000 1000100 101100

Color Harmonies of #75BB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB23

Black with #75BB23

Text Example


Text Example

White with #75BB23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,187,35); }

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

background-color css

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

 a { background-color: rgb(117,187,35); }

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

border-color css

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

 span { border-color: rgb(117,187,35); }

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