Html Css Color HEX #74CC12 Lima

📋 copy color: '#74CC12'

red 116 ◦ green 204 ◦ blue 18

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

Shades of Lima #74CC12

Tints of Lima #74CC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 34.32%
G = 60.36%
B = 5.33%

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

#74CC12 (or 0x74CC12) is known color: Lima. HEX triplet: 74, CC and 12. RGB value is (116,204,18). Sum of RGB (Red+Green+Blue) = 116+204+18=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CC12 is #8B33ED. Grayscale: #9D9D9D. Windows color (decimal): -9122798 or 1231988. OLE color: 1231988.

HSL color Cylindrical-coordinate representation of color #74CC12: hue angle of 88.39º degrees, saturation: 0.84, 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 #74CC12 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 204 18 -
CMYK 0.43 0 0.91 0.2
HSL 88.39º 0.84% 0.44% -
HSV(B) 88.39º 0.91% 0.8% -
XYZ 28.9 46.94 8.11 -
YUV 156.48 49.85 99.12 -
System Red Green Blue C M Y K H S L
Decimal 116 204 18 0.43 0 0.91 0.2 88.39 0.84 0.44
Hex 74 CC 12 2B 0 5B 14 58 54 2C
Octal 164 314 22 53 0 133 24 130 124 54
Binary 1110100 11001100 10010 101011 0 1011011 10100 1011000 1010100 101100

Color Harmonies of #74CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC12

Black with #74CC12

Text Example


Text Example

White with #74CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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