Html Css Color HEX #74B425 Lima

📋 copy color: '#74B425'

red 116 ◦ green 180 ◦ blue 37

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

Shades of Lima #74B425

Tints of Lima #74B425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.05%

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 34.83%
G = 54.05%
B = 11.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#74B425 (or 0x74B425) is known color: Lima. HEX triplet: 74, B4 and 25. RGB value is (116,180,37). Sum of RGB (Red+Green+Blue) = 116+180+37=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #74B425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B425 is #8B4BDA. Grayscale: #919191. Windows color (decimal): -9128923 or 2471028. OLE color: 2471028.

HSL color Cylindrical-coordinate representation of color #74B425: hue angle of 86.85º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74B425 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 37 -
CMYK 0.36 0 0.79 0.29
HSL 86.85º 0.66% 0.43% -
HSV(B) 86.85º 0.79% 0.71% -
XYZ 23.86 36.49 7.54 -
YUV 144.56 67.3 107.63 -
System Red Green Blue C M Y K H S L
Decimal 116 180 37 0.36 0 0.79 0.29 86.85 0.66 0.43
Hex 74 B4 25 24 0 4F 1D 57 42 2B
Octal 164 264 45 44 0 117 35 127 102 53
Binary 1110100 10110100 100101 100100 0 1001111 11101 1010111 1000010 101011

Color Harmonies of #74B425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B425

Black with #74B425

Text Example


Text Example

White with #74B425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,180,37); }

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

background-color css

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

 a { background-color: rgb(116,180,37); }

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

border-color css

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

 span { border-color: rgb(116,180,37); }

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