Html Css Color HEX #74D025 Lima

📋 copy color: '#74D025'

red 116 ◦ green 208 ◦ blue 37

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

Shades of Lima #74D025

Tints of Lima #74D025

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.62%

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

R = 32.13%
G = 57.62%
B = 10.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#74D025 (or 0x74D025) is known color: Lima. HEX triplet: 74, D0 and 25. RGB value is (116,208,37). Sum of RGB (Red+Green+Blue) = 116+208+37=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #74D025 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D025 is #8B2FDA. Grayscale: #A1A1A1. Windows color (decimal): -9121755 or 2478196. OLE color: 2478196.

HSL color Cylindrical-coordinate representation of color #74D025: hue angle of 92.28º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74D025 is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 208 37 -
CMYK 0.44 0 0.82 0.18
HSL 92.28º 0.7% 0.48% -
HSV(B) 92.28º 0.82% 0.82% -
XYZ 30.09 48.96 9.61 -
YUV 161 58.02 95.9 -
System Red Green Blue C M Y K H S L
Decimal 116 208 37 0.44 0 0.82 0.18 92.28 0.7 0.48
Hex 74 D0 25 2C 0 52 12 5C 46 30
Octal 164 320 45 54 0 122 22 134 106 60
Binary 1110100 11010000 100101 101100 0 1010010 10010 1011100 1000110 110000

Color Harmonies of #74D025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D025

Black with #74D025

Text Example


Text Example

White with #74D025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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