Html Css Color HEX #74C51E Lima

📋 copy color: '#74C51E'

red 116 ◦ green 197 ◦ blue 30

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

Shades of Lima #74C51E

Tints of Lima #74C51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.43%

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

R = 33.82%
G = 57.43%
B = 8.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#74C51E (or 0x74C51E) is known color: Lima. HEX triplet: 74, C5 and 1E. RGB value is (116,197,30). Sum of RGB (Red+Green+Blue) = 116+197+30=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #74C51E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C51E is #8B3AE1. Grayscale: #9A9A9A. Windows color (decimal): -9124578 or 2016628. OLE color: 2016628.

HSL color Cylindrical-coordinate representation of color #74C51E: hue angle of 89.1º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74C51E is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 197 30 -
CMYK 0.41 0 0.85 0.23
HSL 89.1º 0.74% 0.45% -
HSV(B) 89.1º 0.85% 0.77% -
XYZ 27.4 43.74 8.23 -
YUV 153.74 58.16 101.08 -
System Red Green Blue C M Y K H S L
Decimal 116 197 30 0.41 0 0.85 0.23 89.1 0.74 0.45
Hex 74 C5 1E 29 0 55 17 59 4A 2D
Octal 164 305 36 51 0 125 27 131 112 55
Binary 1110100 11000101 11110 101001 0 1010101 10111 1011001 1001010 101101

Color Harmonies of #74C51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C51E

Black with #74C51E

Text Example


Text Example

White with #74C51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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