Html Css Color HEX #74C01E Lima

📋 copy color: '#74C01E'

red 116 ◦ green 192 ◦ blue 30

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

Shades of Lima #74C01E

Tints of Lima #74C01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.8%

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

R = 34.32%
G = 56.8%
B = 8.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#74C01E (or 0x74C01E) is known color: Lima. HEX triplet: 74, C0 and 1E. RGB value is (116,192,30). Sum of RGB (Red+Green+Blue) = 116+192+30=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #74C01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C01E is #8B3FE1. Grayscale: #979797. Windows color (decimal): -9125858 or 2015348. OLE color: 2015348.

HSL color Cylindrical-coordinate representation of color #74C01E: hue angle of 88.15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74C01E is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 30 -
CMYK 0.40 0 0.84 0.25
HSL 88.15º 0.73% 0.44% -
HSV(B) 88.15º 0.84% 0.75% -
XYZ 26.29 41.51 7.85 -
YUV 150.81 59.82 103.17 -
System Red Green Blue C M Y K H S L
Decimal 116 192 30 0.40 0 0.84 0.25 88.15 0.73 0.44
Hex 74 C0 1E 28 0 54 19 58 49 2C
Octal 164 300 36 50 0 124 31 130 111 54
Binary 1110100 11000000 11110 101000 0 1010100 11001 1011000 1001001 101100

Color Harmonies of #74C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C01E

Black with #74C01E

Text Example


Text Example

White with #74C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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