Html Css Color HEX #74C52C Lima

📋 copy color: '#74C52C'

red 116 ◦ green 197 ◦ blue 44

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

Shades of Lima #74C52C

Tints of Lima #74C52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.32%

R = 32.49%
G = 55.18%
B = 12.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#74C52C (or 0x74C52C) is known color: Lima. HEX triplet: 74, C5 and 2C. RGB value is (116,197,44). Sum of RGB (Red+Green+Blue) = 116+197+44=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #74C52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C52C is #8B3AD3. Grayscale: #9B9B9B. Windows color (decimal): -9124564 or 2934132. OLE color: 2934132.

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

Color convert

RGB 116 197 44 -
CMYK 0.41 0 0.78 0.23
HSL 91.76º 0.63% 0.47% -
HSV(B) 91.76º 0.78% 0.77% -
XYZ 27.62 43.83 9.39 -
YUV 155.34 65.16 99.94 -
System Red Green Blue C M Y K H S L
Decimal 116 197 44 0.41 0 0.78 0.23 91.76 0.63 0.47
Hex 74 C5 2C 29 0 4E 17 5C 3F 2F
Octal 164 305 54 51 0 116 27 134 77 57
Binary 1110100 11000101 101100 101001 0 1001110 10111 1011100 111111 101111

Color Harmonies of #74C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C52C

Black with #74C52C

Text Example


Text Example

White with #74C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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