Html Css Color HEX #74D01E Lima

📋 copy color: '#74D01E'

red 116 ◦ green 208 ◦ blue 30

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

Shades of Lima #74D01E

Tints of Lima #74D01E

RGB

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

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

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

R = 32.77%
G = 58.76%
B = 8.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#74D01E (or 0x74D01E) is known color: Lima. HEX triplet: 74, D0 and 1E. RGB value is (116,208,30). Sum of RGB (Red+Green+Blue) = 116+208+30=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #74D01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D01E is #8B2FE1. Grayscale: #A0A0A0. Windows color (decimal): -9121762 or 2019444. OLE color: 2019444.

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

Color convert

RGB 116 208 30 -
CMYK 0.44 0 0.86 0.18
HSL 91.01º 0.75% 0.47% -
HSV(B) 91.01º 0.86% 0.82% -
XYZ 29.99 48.92 9.09 -
YUV 160.2 54.52 96.47 -
System Red Green Blue C M Y K H S L
Decimal 116 208 30 0.44 0 0.86 0.18 91.01 0.75 0.47
Hex 74 D0 1E 2C 0 56 12 5B 4B 2F
Octal 164 320 36 54 0 126 22 133 113 57
Binary 1110100 11010000 11110 101100 0 1010110 10010 1011011 1001011 101111

Color Harmonies of #74D01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D01E

Black with #74D01E

Text Example


Text Example

White with #74D01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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