Html Css Color HEX #74CC17 Lima

📋 copy color: '#74CC17'

red 116 ◦ green 204 ◦ blue 23

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

Shades of Lima #74CC17

Tints of Lima #74CC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.71%

R = 33.82%
G = 59.48%
B = 6.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#74CC17 (or 0x74CC17) is known color: Lima. HEX triplet: 74, CC and 17. RGB value is (116,204,23). Sum of RGB (Red+Green+Blue) = 116+204+23=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 204 (80.08% from 255 or 59.48% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CC17 is #8B33E8. Grayscale: #9D9D9D. Windows color (decimal): -9122793 or 1559668. OLE color: 1559668.

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

Color convert

RGB 116 204 23 -
CMYK 0.43 0 0.89 0.2
HSL 89.17º 0.8% 0.45% -
HSV(B) 89.17º 0.89% 0.8% -
XYZ 28.95 46.96 8.35 -
YUV 157.05 52.35 98.72 -
System Red Green Blue C M Y K H S L
Decimal 116 204 23 0.43 0 0.89 0.2 89.17 0.8 0.45
Hex 74 CC 17 2B 0 59 14 59 50 2D
Octal 164 314 27 53 0 131 24 131 120 55
Binary 1110100 11001100 10111 101011 0 1011001 10100 1011001 1010000 101101

Color Harmonies of #74CC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC17

Black with #74CC17

Text Example


Text Example

White with #74CC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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