Html Css Color HEX #74C822 Lima

📋 copy color: '#74C822'

red 116 ◦ green 200 ◦ blue 34

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

Shades of Lima #74C822

Tints of Lima #74C822

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.14%

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

R = 33.14%
G = 57.14%
B = 9.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#74C822 (or 0x74C822) is known color: Lima. HEX triplet: 74, C8 and 22. RGB value is (116,200,34). Sum of RGB (Red+Green+Blue) = 116+200+34=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #74C822 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C822 is #8B37DD. Grayscale: #9C9C9C. Windows color (decimal): -9123806 or 2279540. OLE color: 2279540.

HSL color Cylindrical-coordinate representation of color #74C822: hue angle of 90.36º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74C822 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 200 34 -
CMYK 0.42 0 0.83 0.22
HSL 90.36º 0.71% 0.46% -
HSV(B) 90.36º 0.83% 0.78% -
XYZ 28.15 45.14 8.74 -
YUV 155.96 59.17 99.5 -
System Red Green Blue C M Y K H S L
Decimal 116 200 34 0.42 0 0.83 0.22 90.36 0.71 0.46
Hex 74 C8 22 2A 0 53 16 5A 47 2E
Octal 164 310 42 52 0 123 26 132 107 56
Binary 1110100 11001000 100010 101010 0 1010011 10110 1011010 1000111 101110

Color Harmonies of #74C822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C822

Black with #74C822

Text Example


Text Example

White with #74C822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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