Html Css Color HEX #74C515 Lima

📋 copy color: '#74C515'

red 116 ◦ green 197 ◦ blue 21

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

Shades of Lima #74C515

Tints of Lima #74C515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.98%

 BLUE value IS 21 (8.59% from 255) = 6.29%

R = 34.73%
G = 58.98%
B = 6.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#74C515 (or 0x74C515) is known color: Lima. HEX triplet: 74, C5 and 15. RGB value is (116,197,21). Sum of RGB (Red+Green+Blue) = 116+197+21=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #74C515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C515 is #8B3AEA. Grayscale: #999999. Windows color (decimal): -9124587 or 1426804. OLE color: 1426804.

HSL color Cylindrical-coordinate representation of color #74C515: hue angle of 87.61º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74C515 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 197 21 -
CMYK 0.41 0 0.89 0.23
HSL 87.61º 0.81% 0.43% -
HSV(B) 87.61º 0.89% 0.77% -
XYZ 27.3 43.7 7.71 -
YUV 152.72 53.66 101.81 -
System Red Green Blue C M Y K H S L
Decimal 116 197 21 0.41 0 0.89 0.23 87.61 0.81 0.43
Hex 74 C5 15 29 0 59 17 58 51 2B
Octal 164 305 25 51 0 131 27 130 121 53
Binary 1110100 11000101 10101 101001 0 1011001 10111 1011000 1010001 101011

Color Harmonies of #74C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C515

Black with #74C515

Text Example


Text Example

White with #74C515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,197,21); }

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

background-color css

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

 a { background-color: rgb(116,197,21); }

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

border-color css

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

 span { border-color: rgb(116,197,21); }

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