Html Css Color HEX #74D415 Lima

📋 copy color: '#74D415'

red 116 ◦ green 212 ◦ blue 21

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

Shades of Lima #74D415

Tints of Lima #74D415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.74%

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

R = 33.24%
G = 60.74%
B = 6.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#74D415 (or 0x74D415) is known color: Lima. HEX triplet: 74, D4 and 15. RGB value is (116,212,21). Sum of RGB (Red+Green+Blue) = 116+212+21=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 212 (83.20% from 255 or 60.74% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 212 - color contains mainly: green. Hex color #74D415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D415 is #8B2BEA. Grayscale: #A2A2A2. Windows color (decimal): -9120747 or 1430644. OLE color: 1430644.

HSL color Cylindrical-coordinate representation of color #74D415: hue angle of 90.16º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74D415 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 212 21 -
CMYK 0.45 0 0.90 0.17
HSL 90.16º 0.82% 0.46% -
HSV(B) 90.16º 0.9% 0.83% -
XYZ 30.88 50.85 8.9 -
YUV 161.52 48.7 95.53 -
System Red Green Blue C M Y K H S L
Decimal 116 212 21 0.45 0 0.90 0.17 90.16 0.82 0.46
Hex 74 D4 15 2D 0 5A 11 5A 52 2E
Octal 164 324 25 55 0 132 21 132 122 56
Binary 1110100 11010100 10101 101101 0 1011010 10001 1011010 1010010 101110

Color Harmonies of #74D415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D415

Black with #74D415

Text Example


Text Example

White with #74D415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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