Html Css Color HEX #74D41E Lima

📋 copy color: '#74D41E'

red 116 ◦ green 212 ◦ blue 30

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

Shades of Lima #74D41E

Tints of Lima #74D41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.38%

R = 32.4%
G = 59.22%
B = 8.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#74D41E (or 0x74D41E) is known color: Lima. HEX triplet: 74, D4 and 1E. RGB value is (116,212,30). Sum of RGB (Red+Green+Blue) = 116+212+30=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 212 (83.20% from 255 or 59.22% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 212 - color contains mainly: green. Hex color #74D41E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D41E is #8B2BE1. Grayscale: #A3A3A3. Windows color (decimal): -9120738 or 2020468. OLE color: 2020468.

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

Color convert

RGB 116 212 30 -
CMYK 0.45 0 0.86 0.17
HSL 91.65º 0.75% 0.47% -
HSV(B) 91.65º 0.86% 0.83% -
XYZ 30.98 50.89 9.42 -
YUV 162.55 53.2 94.8 -
System Red Green Blue C M Y K H S L
Decimal 116 212 30 0.45 0 0.86 0.17 91.65 0.75 0.47
Hex 74 D4 1E 2D 0 56 11 5C 4B 2F
Octal 164 324 36 55 0 126 21 134 113 57
Binary 1110100 11010100 11110 101101 0 1010110 10001 1011100 1001011 101111

Color Harmonies of #74D41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D41E

Black with #74D41E

Text Example


Text Example

White with #74D41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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