Html Css Color HEX #74BD32 Lima

📋 copy color: '#74BD32'

red 116 ◦ green 189 ◦ blue 50

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

Shades of Lima #74BD32

Tints of Lima #74BD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.24%

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 32.68%
G = 53.24%
B = 14.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#74BD32 (or 0x74BD32) is known color: Lima. HEX triplet: 74, BD and 32. RGB value is (116,189,50). Sum of RGB (Red+Green+Blue) = 116+189+50=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BD32 is #8B42CD. Grayscale: #979797. Windows color (decimal): -9126606 or 3325300. OLE color: 3325300.

HSL color Cylindrical-coordinate representation of color #74BD32: hue angle of 91.51º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74BD32 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 50 -
CMYK 0.39 0 0.74 0.26
HSL 91.51º 0.58% 0.47% -
HSV(B) 91.51º 0.74% 0.74% -
XYZ 25.98 40.34 9.43 -
YUV 151.33 70.82 102.8 -
System Red Green Blue C M Y K H S L
Decimal 116 189 50 0.39 0 0.74 0.26 91.51 0.58 0.47
Hex 74 BD 32 27 0 4A 1A 5C 3A 2F
Octal 164 275 62 47 0 112 32 134 72 57
Binary 1110100 10111101 110010 100111 0 1001010 11010 1011100 111010 101111

Color Harmonies of #74BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BD32

Black with #74BD32

Text Example


Text Example

White with #74BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,189,50); }

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

background-color css

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

 a { background-color: rgb(116,189,50); }

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

border-color css

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

 span { border-color: rgb(116,189,50); }

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