Html Css Color HEX #74C52E Lima

📋 copy color: '#74C52E'

red 116 ◦ green 197 ◦ blue 46

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

Shades of Lima #74C52E

Tints of Lima #74C52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.81%

R = 32.31%
G = 54.87%
B = 12.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#74C52E (or 0x74C52E) is known color: Lima. HEX triplet: 74, C5 and 2E. RGB value is (116,197,46). Sum of RGB (Red+Green+Blue) = 116+197+46=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #74C52E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C52E is #8B3AD1. Grayscale: #9C9C9C. Windows color (decimal): -9124562 or 3065204. OLE color: 3065204.

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

Color convert

RGB 116 197 46 -
CMYK 0.41 0 0.77 0.23
HSL 92.19º 0.62% 0.48% -
HSV(B) 92.19º 0.77% 0.77% -
XYZ 27.66 43.84 9.59 -
YUV 155.57 66.16 99.78 -
System Red Green Blue C M Y K H S L
Decimal 116 197 46 0.41 0 0.77 0.23 92.19 0.62 0.48
Hex 74 C5 2E 29 0 4D 17 5C 3E 30
Octal 164 305 56 51 0 115 27 134 76 60
Binary 1110100 11000101 101110 101001 0 1001101 10111 1011100 111110 110000

Color Harmonies of #74C52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C52E

Black with #74C52E

Text Example


Text Example

White with #74C52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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