Html Css Color HEX #74CE14 Lima

📋 copy color: '#74CE14'

red 116 ◦ green 206 ◦ blue 20

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

Shades of Lima #74CE14

Tints of Lima #74CE14

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.23%

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 33.92%
G = 60.23%
B = 5.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#74CE14 (or 0x74CE14) is known color: Lima. HEX triplet: 74, CE and 14. RGB value is (116,206,20). Sum of RGB (Red+Green+Blue) = 116+206+20=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CE14 is #8B31EB. Grayscale: #9E9E9E. Windows color (decimal): -9122284 or 1363572. OLE color: 1363572.

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

Color convert

RGB 116 206 20 -
CMYK 0.44 0 0.90 0.19
HSL 89.03º 0.82% 0.44% -
HSV(B) 89.03º 0.9% 0.81% -
XYZ 29.4 47.91 8.36 -
YUV 157.89 50.18 98.12 -
System Red Green Blue C M Y K H S L
Decimal 116 206 20 0.44 0 0.90 0.19 89.03 0.82 0.44
Hex 74 CE 14 2C 0 5A 13 59 52 2C
Octal 164 316 24 54 0 132 23 131 122 54
Binary 1110100 11001110 10100 101100 0 1011010 10011 1011001 1010010 101100

Color Harmonies of #74CE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE14

Black with #74CE14

Text Example


Text Example

White with #74CE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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