Html Css Color HEX #74C61C Lima

📋 copy color: '#74C61C'

red 116 ◦ green 198 ◦ blue 28

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

Shades of Lima #74C61C

Tints of Lima #74C61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 33.92%
G = 57.89%
B = 8.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#74C61C (or 0x74C61C) is known color: Lima. HEX triplet: 74, C6 and 1C. RGB value is (116,198,28). Sum of RGB (Red+Green+Blue) = 116+198+28=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #74C61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C61C is #8B39E3. Grayscale: #9A9A9A. Windows color (decimal): -9124324 or 1885812. OLE color: 1885812.

HSL color Cylindrical-coordinate representation of color #74C61C: hue angle of 88.94º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74C61C is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 198 28 -
CMYK 0.41 0 0.86 0.22
HSL 88.94º 0.75% 0.44% -
HSV(B) 88.94º 0.86% 0.78% -
XYZ 27.61 44.19 8.17 -
YUV 154.1 56.83 100.82 -
System Red Green Blue C M Y K H S L
Decimal 116 198 28 0.41 0 0.86 0.22 88.94 0.75 0.44
Hex 74 C6 1C 29 0 56 16 59 4B 2C
Octal 164 306 34 51 0 126 26 131 113 54
Binary 1110100 11000110 11100 101001 0 1010110 10110 1011001 1001011 101100

Color Harmonies of #74C61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C61C

Black with #74C61C

Text Example


Text Example

White with #74C61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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