Html Css Color HEX #74C628 Lima

📋 copy color: '#74C628'

red 116 ◦ green 198 ◦ blue 40

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

Shades of Lima #74C628

Tints of Lima #74C628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.93%

 BLUE value IS 40 (16.02% from 255) = 11.3%

R = 32.77%
G = 55.93%
B = 11.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#74C628 (or 0x74C628) is known color: Lima. HEX triplet: 74, C6 and 28. RGB value is (116,198,40). Sum of RGB (Red+Green+Blue) = 116+198+40=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #74C628 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C628 is #8B39D7. Grayscale: #9C9C9C. Windows color (decimal): -9124312 or 2672244. OLE color: 2672244.

HSL color Cylindrical-coordinate representation of color #74C628: hue angle of 91.14º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74C628 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 198 40 -
CMYK 0.41 0 0.80 0.22
HSL 91.14º 0.66% 0.47% -
HSV(B) 91.14º 0.8% 0.78% -
XYZ 27.78 44.25 9.09 -
YUV 155.47 62.83 99.85 -
System Red Green Blue C M Y K H S L
Decimal 116 198 40 0.41 0 0.80 0.22 91.14 0.66 0.47
Hex 74 C6 28 29 0 50 16 5B 42 2F
Octal 164 306 50 51 0 120 26 133 102 57
Binary 1110100 11000110 101000 101001 0 1010000 10110 1011011 1000010 101111

Color Harmonies of #74C628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C628

Black with #74C628

Text Example


Text Example

White with #74C628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,198,40); }

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

background-color css

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

 a { background-color: rgb(116,198,40); }

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

border-color css

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

 span { border-color: rgb(116,198,40); }

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