#74CE1E

Color #74CE1E Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #74CE1E

Tints of Lima #74CE1E

Color information

#74CE1E (or 0x74CE1E) is unknown color: approx Lima. HEX triplet: 74, CE and 1E. RGB value is (116,206,30). Sum of RGB (Red+Green+Blue) = 116+206+30=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CE1E is #8B31E1. Grayscale: #9F9F9F. Windows color (decimal): -9122274 or 2018932. OLE color: 2018932.

HSL color Cylindrical-coordinate representation of color #74CE1E: hue angle of 90.68º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74CE1E is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB11620630-
CMYK0.4400.850.19
HSL90.68º74.58%46.27%-
HSV(B)90.68º85.44%80.78%-
XYZ29.5147.958.93-
YUV159.0355.1897.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 206 (80.86% from 255) = 58.52%
BLUE value IS 30 (12.11% from 255) = 8.52%
R=32.95%
G=58.52%
B=8.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116206300.4400.850.1990.6874.5846.27
Hex74CE1E2C055135b4b2e
Octal164316365401252313311356
Binary11101001100111011110101100010101011001110110111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74CE1E;
 }
 .AnyTagClassName
 {
   color: #74CE1E;
 }
</style>
background-color css

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

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

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

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

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

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