Html Css Color HEX #74BF32 Lima

📋 copy color: '#74BF32'

red 116 ◦ green 191 ◦ blue 50

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

Shades of Lima #74BF32

Tints of Lima #74BF32

RGB

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

 GREEN value IS 191 (75% from 255) = 53.5%

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

R = 32.49%
G = 53.5%
B = 14.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#74BF32 (or 0x74BF32) is known color: Lima. HEX triplet: 74, BF and 32. RGB value is (116,191,50). Sum of RGB (Red+Green+Blue) = 116+191+50=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF32 is #8B40CD. Grayscale: #989898. Windows color (decimal): -9126094 or 3325812. OLE color: 3325812.

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

Color convert

RGB 116 191 50 -
CMYK 0.39 0 0.74 0.25
HSL 91.91º 0.59% 0.47% -
HSV(B) 91.91º 0.74% 0.75% -
XYZ 26.41 41.2 9.58 -
YUV 152.5 70.15 101.96 -
System Red Green Blue C M Y K H S L
Decimal 116 191 50 0.39 0 0.74 0.25 91.91 0.59 0.47
Hex 74 BF 32 27 0 4A 19 5C 3B 2F
Octal 164 277 62 47 0 112 31 134 73 57
Binary 1110100 10111111 110010 100111 0 1001010 11001 1011100 111011 101111

Color Harmonies of #74BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF32

Black with #74BF32

Text Example


Text Example

White with #74BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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