Html Css Color HEX #74D425 Lima

📋 copy color: '#74D425'

red 116 ◦ green 212 ◦ blue 37

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

Shades of Lima #74D425

Tints of Lima #74D425

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.08%

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

R = 31.78%
G = 58.08%
B = 10.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#74D425 (or 0x74D425) is known color: Lima. HEX triplet: 74, D4 and 25. RGB value is (116,212,37). Sum of RGB (Red+Green+Blue) = 116+212+37=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #74D425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D425 is #8B2BDA. Grayscale: #A3A3A3. Windows color (decimal): -9120731 or 2479220. OLE color: 2479220.

HSL color Cylindrical-coordinate representation of color #74D425: hue angle of 92.91º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74D425 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 212 37 -
CMYK 0.45 0 0.83 0.17
HSL 92.91º 0.7% 0.49% -
HSV(B) 92.91º 0.83% 0.83% -
XYZ 31.08 50.93 9.94 -
YUV 163.35 56.7 94.23 -
System Red Green Blue C M Y K H S L
Decimal 116 212 37 0.45 0 0.83 0.17 92.91 0.7 0.49
Hex 74 D4 25 2D 0 53 11 5D 46 31
Octal 164 324 45 55 0 123 21 135 106 61
Binary 1110100 11010100 100101 101101 0 1010011 10001 1011101 1000110 110001

Color Harmonies of #74D425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D425

Black with #74D425

Text Example


Text Example

White with #74D425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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