Html Css Color HEX #74BB1B Lima

📋 copy color: '#74BB1B'

red 116 ◦ green 187 ◦ blue 27

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

Shades of Lima #74BB1B

Tints of Lima #74BB1B

RGB

 RED value IS 116 (45.7% from 255) = 35.15%

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 35.15%
G = 56.67%
B = 8.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#74BB1B (or 0x74BB1B) is known color: Lima. HEX triplet: 74, BB and 1B. RGB value is (116,187,27). Sum of RGB (Red+Green+Blue) = 116+187+27=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BB1B is #8B44E4. Grayscale: #949494. Windows color (decimal): -9127141 or 1817460. OLE color: 1817460.

HSL color Cylindrical-coordinate representation of color #74BB1B: hue angle of 86.62º degrees, saturation: 0.75, 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 #74BB1B is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 187 27 -
CMYK 0.38 0 0.86 0.27
HSL 86.63º 0.75% 0.42% -
HSV(B) 86.63º 0.86% 0.73% -
XYZ 25.17 39.33 7.3 -
YUV 147.53 59.98 105.51 -
System Red Green Blue C M Y K H S L
Decimal 116 187 27 0.38 0 0.86 0.27 86.63 0.75 0.42
Hex 74 BB 1B 26 0 56 1B 57 4B 2A
Octal 164 273 33 46 0 126 33 127 113 52
Binary 1110100 10111011 11011 100110 0 1010110 11011 1010111 1001011 101010

Color Harmonies of #74BB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB1B

Black with #74BB1B

Text Example


Text Example

White with #74BB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74BB1B; }

 p { color: rgb(116,187,27); }

 H1.HeaderClassName
 {
   color: #74BB1B;
 }
 .AnyTagClassName
 {
   color: #74BB1B;
 }
</style>

background-color css

<style>
 a { background-color: #74BB1B; }

 a { background-color: rgb(116,187,27); }

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

border-color css

<style>
 span { border-color: #74BB1B; }

 span { border-color: rgb(116,187,27); }

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