Html Css Color HEX #74BC29 Lima

📋 copy color: '#74BC29'

red 116 ◦ green 188 ◦ blue 41

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

Shades of Lima #74BC29

Tints of Lima #74BC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.49%

 BLUE value IS 41 (16.41% from 255) = 11.88%

R = 33.62%
G = 54.49%
B = 11.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#74BC29 (or 0x74BC29) is known color: Lima. HEX triplet: 74, BC and 29. RGB value is (116,188,41). Sum of RGB (Red+Green+Blue) = 116+188+41=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC29 is #8B43D6. Grayscale: #969696. Windows color (decimal): -9126871 or 2735220. OLE color: 2735220.

HSL color Cylindrical-coordinate representation of color #74BC29: hue angle of 89.39º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74BC29 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 188 41 -
CMYK 0.38 0 0.78 0.26
HSL 89.39º 0.64% 0.45% -
HSV(B) 89.39º 0.78% 0.74% -
XYZ 25.59 39.84 8.44 -
YUV 149.71 66.65 103.95 -
System Red Green Blue C M Y K H S L
Decimal 116 188 41 0.38 0 0.78 0.26 89.39 0.64 0.45
Hex 74 BC 29 26 0 4E 1A 59 40 2D
Octal 164 274 51 46 0 116 32 131 100 55
Binary 1110100 10111100 101001 100110 0 1001110 11010 1011001 1000000 101101

Color Harmonies of #74BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC29

Black with #74BC29

Text Example


Text Example

White with #74BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,188,41); }

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

background-color css

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

 a { background-color: rgb(116,188,41); }

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

border-color css

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

 span { border-color: rgb(116,188,41); }

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