Html Css Color HEX #75BB1A Lima

📋 copy color: '#75BB1A'

red 117 ◦ green 187 ◦ blue 26

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

Shades of Lima #75BB1A

Tints of Lima #75BB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 35.45%
G = 56.67%
B = 7.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#75BB1A (or 0x75BB1A) is known color: Lima. HEX triplet: 75, BB and 1A. RGB value is (117,187,26). Sum of RGB (Red+Green+Blue) = 117+187+26=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BB1A is #8A44E5. Grayscale: #949494. Windows color (decimal): -9061606 or 1751925. OLE color: 1751925.

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

Color convert

RGB 117 187 26 -
CMYK 0.37 0 0.86 0.27
HSL 86.09º 0.76% 0.42% -
HSV(B) 86.09º 0.86% 0.73% -
XYZ 25.29 39.4 7.25 -
YUV 147.72 59.31 106.09 -
System Red Green Blue C M Y K H S L
Decimal 117 187 26 0.37 0 0.86 0.27 86.09 0.76 0.42
Hex 75 BB 1A 25 0 56 1B 56 4C 2A
Octal 165 273 32 45 0 126 33 126 114 52
Binary 1110101 10111011 11010 100101 0 1010110 11011 1010110 1001100 101010

Color Harmonies of #75BB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB1A

Black with #75BB1A

Text Example


Text Example

White with #75BB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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