Html Css Color HEX #74D018 Lima

📋 copy color: '#74D018'

red 116 ◦ green 208 ◦ blue 24

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

Shades of Lima #74D018

Tints of Lima #74D018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.77%

 BLUE value IS 24 (9.77% from 255) = 6.9%

R = 33.33%
G = 59.77%
B = 6.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#74D018 (or 0x74D018) is known color: Lima. HEX triplet: 74, D0 and 18. RGB value is (116,208,24). Sum of RGB (Red+Green+Blue) = 116+208+24=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #74D018 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D018 is #8B2FE7. Grayscale: #A0A0A0. Windows color (decimal): -9121768 or 1626228. OLE color: 1626228.

HSL color Cylindrical-coordinate representation of color #74D018: hue angle of 90º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74D018 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 208 24 -
CMYK 0.44 0 0.88 0.18
HSL 90º 0.79% 0.45% -
HSV(B) 90º 0.88% 0.82% -
XYZ 29.92 48.89 8.72 -
YUV 159.52 51.52 96.96 -
System Red Green Blue C M Y K H S L
Decimal 116 208 24 0.44 0 0.88 0.18 90 0.79 0.45
Hex 74 D0 18 2C 0 58 12 5A 4F 2D
Octal 164 320 30 54 0 130 22 132 117 55
Binary 1110100 11010000 11000 101100 0 1011000 10010 1011010 1001111 101101

Color Harmonies of #74D018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D018

Black with #74D018

Text Example


Text Example

White with #74D018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,208,24); }

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

background-color css

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

 a { background-color: rgb(116,208,24); }

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

border-color css

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

 span { border-color: rgb(116,208,24); }

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