Html Css Color HEX #74B925 Lima

📋 copy color: '#74B925'

red 116 ◦ green 185 ◦ blue 37

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

Shades of Lima #74B925

Tints of Lima #74B925

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.73%

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

R = 34.32%
G = 54.73%
B = 10.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#74B925 (or 0x74B925) is known color: Lima. HEX triplet: 74, B9 and 25. RGB value is (116,185,37). Sum of RGB (Red+Green+Blue) = 116+185+37=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #74B925 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B925 is #8B46DA. Grayscale: #949494. Windows color (decimal): -9127643 or 2472308. OLE color: 2472308.

HSL color Cylindrical-coordinate representation of color #74B925: hue angle of 87.97º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74B925 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 185 37 -
CMYK 0.37 0 0.80 0.27
HSL 87.97º 0.67% 0.44% -
HSV(B) 87.97º 0.8% 0.73% -
XYZ 24.89 38.54 7.88 -
YUV 147.5 65.64 105.53 -
System Red Green Blue C M Y K H S L
Decimal 116 185 37 0.37 0 0.80 0.27 87.97 0.67 0.44
Hex 74 B9 25 25 0 50 1B 58 43 2C
Octal 164 271 45 45 0 120 33 130 103 54
Binary 1110100 10111001 100101 100101 0 1010000 11011 1011000 1000011 101100

Color Harmonies of #74B925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B925

Black with #74B925

Text Example


Text Example

White with #74B925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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