Html Css Color HEX #74C033 Lima

📋 copy color: '#74C033'

red 116 ◦ green 192 ◦ blue 51

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

Shades of Lima #74C033

Tints of Lima #74C033

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.48%

 BLUE value IS 51 (20.31% from 255) = 14.21%

R = 32.31%
G = 53.48%
B = 14.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#74C033 (or 0x74C033) is known color: Lima. HEX triplet: 74, C0 and 33. RGB value is (116,192,51). Sum of RGB (Red+Green+Blue) = 116+192+51=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #74C033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C033 is #8B3FCC. Grayscale: #999999. Windows color (decimal): -9125837 or 3391604. OLE color: 3391604.

HSL color Cylindrical-coordinate representation of color #74C033: hue angle of 92.34º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74C033 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 51 -
CMYK 0.40 0 0.73 0.25
HSL 92.34º 0.58% 0.48% -
HSV(B) 92.34º 0.73% 0.75% -
XYZ 26.65 41.65 9.77 -
YUV 153.2 70.32 101.46 -
System Red Green Blue C M Y K H S L
Decimal 116 192 51 0.40 0 0.73 0.25 92.34 0.58 0.48
Hex 74 C0 33 28 0 49 19 5C 3A 30
Octal 164 300 63 50 0 111 31 134 72 60
Binary 1110100 11000000 110011 101000 0 1001001 11001 1011100 111010 110000

Color Harmonies of #74C033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C033

Black with #74C033

Text Example


Text Example

White with #74C033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,192,51); }

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

background-color css

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

 a { background-color: rgb(116,192,51); }

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

border-color css

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

 span { border-color: rgb(116,192,51); }

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