Html Css Color HEX #74CC13 Lima

📋 copy color: '#74CC13'

red 116 ◦ green 204 ◦ blue 19

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

Shades of Lima #74CC13

Tints of Lima #74CC13

RGB

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

 GREEN value IS 204 (80.08% from 255) = 60.18%

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 34.22%
G = 60.18%
B = 5.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#74CC13 (or 0x74CC13) is known color: Lima. HEX triplet: 74, CC and 13. RGB value is (116,204,19). Sum of RGB (Red+Green+Blue) = 116+204+19=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CC13 is #8B33EC. Grayscale: #9D9D9D. Windows color (decimal): -9122797 or 1297524. OLE color: 1297524.

HSL color Cylindrical-coordinate representation of color #74CC13: hue angle of 88.54º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74CC13 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 204 19 -
CMYK 0.43 0 0.91 0.2
HSL 88.54º 0.83% 0.44% -
HSV(B) 88.54º 0.91% 0.8% -
XYZ 28.91 46.95 8.15 -
YUV 156.6 50.35 99.04 -
System Red Green Blue C M Y K H S L
Decimal 116 204 19 0.43 0 0.91 0.2 88.54 0.83 0.44
Hex 74 CC 13 2B 0 5B 14 59 53 2C
Octal 164 314 23 53 0 133 24 131 123 54
Binary 1110100 11001100 10011 101011 0 1011011 10100 1011001 1010011 101100

Color Harmonies of #74CC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC13

Black with #74CC13

Text Example


Text Example

White with #74CC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,204,19); }

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

background-color css

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

 a { background-color: rgb(116,204,19); }

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

border-color css

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

 span { border-color: rgb(116,204,19); }

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