Html Css Color HEX #74BB34 Lima

📋 copy color: '#74BB34'

red 116 ◦ green 187 ◦ blue 52

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

Shades of Lima #74BB34

Tints of Lima #74BB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 32.68%
G = 52.68%
B = 14.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#74BB34 (or 0x74BB34) is known color: Lima. HEX triplet: 74, BB and 34. RGB value is (116,187,52). Sum of RGB (Red+Green+Blue) = 116+187+52=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BB34 is #8B44CB. Grayscale: #969696. Windows color (decimal): -9127116 or 3455860. OLE color: 3455860.

HSL color Cylindrical-coordinate representation of color #74BB34: hue angle of 91.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74BB34 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 187 52 -
CMYK 0.38 0 0.72 0.27
HSL 91.56º 0.56% 0.47% -
HSV(B) 91.56º 0.72% 0.73% -
XYZ 25.59 39.5 9.52 -
YUV 150.38 72.48 103.48 -
System Red Green Blue C M Y K H S L
Decimal 116 187 52 0.38 0 0.72 0.27 91.56 0.56 0.47
Hex 74 BB 34 26 0 48 1B 5C 38 2F
Octal 164 273 64 46 0 110 33 134 70 57
Binary 1110100 10111011 110100 100110 0 1001000 11011 1011100 111000 101111

Color Harmonies of #74BB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB34

Black with #74BB34

Text Example


Text Example

White with #74BB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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