Html Css Color HEX #74C624 Lima

📋 copy color: '#74C624'

red 116 ◦ green 198 ◦ blue 36

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

Shades of Lima #74C624

Tints of Lima #74C624

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.57%

 BLUE value IS 36 (14.45% from 255) = 10.29%

R = 33.14%
G = 56.57%
B = 10.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#74C624 (or 0x74C624) is known color: Lima. HEX triplet: 74, C6 and 24. RGB value is (116,198,36). Sum of RGB (Red+Green+Blue) = 116+198+36=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #74C624 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C624 is #8B39DB. Grayscale: #9B9B9B. Windows color (decimal): -9124316 or 2410100. OLE color: 2410100.

HSL color Cylindrical-coordinate representation of color #74C624: hue angle of 90.37º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74C624 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 198 36 -
CMYK 0.41 0 0.82 0.22
HSL 90.37º 0.69% 0.46% -
HSV(B) 90.37º 0.82% 0.78% -
XYZ 27.71 44.23 8.75 -
YUV 155.01 60.83 100.17 -
System Red Green Blue C M Y K H S L
Decimal 116 198 36 0.41 0 0.82 0.22 90.37 0.69 0.46
Hex 74 C6 24 29 0 52 16 5A 45 2E
Octal 164 306 44 51 0 122 26 132 105 56
Binary 1110100 11000110 100100 101001 0 1010010 10110 1011010 1000101 101110

Color Harmonies of #74C624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C624

Black with #74C624

Text Example


Text Example

White with #74C624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,198,36); }

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

background-color css

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

 a { background-color: rgb(116,198,36); }

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

border-color css

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

 span { border-color: rgb(116,198,36); }

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