Html Css Color HEX #75BB27 Lima

📋 copy color: '#75BB27'

red 117 ◦ green 187 ◦ blue 39

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

Shades of Lima #75BB27

Tints of Lima #75BB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.37%

R = 34.11%
G = 54.52%
B = 11.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#75BB27 (or 0x75BB27) is known color: Lima. HEX triplet: 75, BB and 27. RGB value is (117,187,39). Sum of RGB (Red+Green+Blue) = 117+187+39=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BB27 is #8A44D8. Grayscale: #959595. Windows color (decimal): -9061593 or 2603893. OLE color: 2603893.

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

Color convert

RGB 117 187 39 -
CMYK 0.37 0 0.79 0.27
HSL 88.38º 0.65% 0.44% -
HSV(B) 88.38º 0.79% 0.73% -
XYZ 25.47 39.47 8.2 -
YUV 149.2 65.81 105.03 -
System Red Green Blue C M Y K H S L
Decimal 117 187 39 0.37 0 0.79 0.27 88.38 0.65 0.44
Hex 75 BB 27 25 0 4F 1B 58 41 2C
Octal 165 273 47 45 0 117 33 130 101 54
Binary 1110101 10111011 100111 100101 0 1001111 11011 1011000 1000001 101100

Color Harmonies of #75BB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB27

Black with #75BB27

Text Example


Text Example

White with #75BB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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