Html Css Color HEX #74D41A Lima

📋 copy color: '#74D41A'

red 116 ◦ green 212 ◦ blue 26

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

Shades of Lima #74D41A

Tints of Lima #74D41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.34%

R = 32.77%
G = 59.89%
B = 7.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#74D41A (or 0x74D41A) is known color: Lima. HEX triplet: 74, D4 and 1A. RGB value is (116,212,26). Sum of RGB (Red+Green+Blue) = 116+212+26=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 212 (83.20% from 255 or 59.89% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 212 - color contains mainly: green. Hex color #74D41A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D41A is #8B2BE5. Grayscale: #A2A2A2. Windows color (decimal): -9120742 or 1758324. OLE color: 1758324.

HSL color Cylindrical-coordinate representation of color #74D41A: hue angle of 90.97º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74D41A is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 212 26 -
CMYK 0.45 0 0.88 0.17
HSL 90.97º 0.78% 0.47% -
HSV(B) 90.97º 0.88% 0.83% -
XYZ 30.93 50.87 9.17 -
YUV 162.09 51.2 95.12 -
System Red Green Blue C M Y K H S L
Decimal 116 212 26 0.45 0 0.88 0.17 90.97 0.78 0.47
Hex 74 D4 1A 2D 0 58 11 5B 4E 2F
Octal 164 324 32 55 0 130 21 133 116 57
Binary 1110100 11010100 11010 101101 0 1011000 10001 1011011 1001110 101111

Color Harmonies of #74D41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D41A

Black with #74D41A

Text Example


Text Example

White with #74D41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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