Html Css Color HEX #74D722 Lima

📋 copy color: '#74D722'

red 116 ◦ green 215 ◦ blue 34

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

Shades of Lima #74D722

Tints of Lima #74D722

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.9%

 BLUE value IS 34 (13.67% from 255) = 9.32%

R = 31.78%
G = 58.9%
B = 9.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#74D722 (or 0x74D722) is known color: Lima. HEX triplet: 74, D7 and 22. RGB value is (116,215,34). Sum of RGB (Red+Green+Blue) = 116+215+34=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 215 (84.38% from 255 or 58.90% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 215 - color contains mainly: green. Hex color #74D722 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D722 is #8B28DD. Grayscale: #A5A5A5. Windows color (decimal): -9119966 or 2283380. OLE color: 2283380.

HSL color Cylindrical-coordinate representation of color #74D722: hue angle of 92.82º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74D722 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 215 34 -
CMYK 0.46 0 0.84 0.16
HSL 92.82º 0.73% 0.49% -
HSV(B) 92.82º 0.84% 0.84% -
XYZ 31.79 52.43 9.96 -
YUV 164.77 54.2 93.22 -
System Red Green Blue C M Y K H S L
Decimal 116 215 34 0.46 0 0.84 0.16 92.82 0.73 0.49
Hex 74 D7 22 2E 0 54 10 5D 49 31
Octal 164 327 42 56 0 124 20 135 111 61
Binary 1110100 11010111 100010 101110 0 1010100 10000 1011101 1001001 110001

Color Harmonies of #74D722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D722

Black with #74D722

Text Example


Text Example

White with #74D722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,215,34); }

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

background-color css

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

 a { background-color: rgb(116,215,34); }

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

border-color css

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

 span { border-color: rgb(116,215,34); }

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