Html Css Color HEX #74BA24 Lima

📋 copy color: '#74BA24'

red 116 ◦ green 186 ◦ blue 36

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

Shades of Lima #74BA24

Tints of Lima #74BA24

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.03%

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

R = 34.32%
G = 55.03%
B = 10.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#74BA24 (or 0x74BA24) is known color: Lima. HEX triplet: 74, BA and 24. RGB value is (116,186,36). Sum of RGB (Red+Green+Blue) = 116+186+36=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA24 is #8B45DB. Grayscale: #949494. Windows color (decimal): -9127388 or 2407028. OLE color: 2407028.

HSL color Cylindrical-coordinate representation of color #74BA24: hue angle of 88º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74BA24 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 36 -
CMYK 0.38 0 0.81 0.27
HSL 88º 0.68% 0.44% -
HSV(B) 88º 0.81% 0.73% -
XYZ 25.08 38.96 7.87 -
YUV 147.97 64.81 105.2 -
System Red Green Blue C M Y K H S L
Decimal 116 186 36 0.38 0 0.81 0.27 88 0.68 0.44
Hex 74 BA 24 26 0 51 1B 58 44 2C
Octal 164 272 44 46 0 121 33 130 104 54
Binary 1110100 10111010 100100 100110 0 1010001 11011 1011000 1000100 101100

Color Harmonies of #74BA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA24

Black with #74BA24

Text Example


Text Example

White with #74BA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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