Html Css Color HEX #74CC22 Lima

📋 copy color: '#74CC22'

red 116 ◦ green 204 ◦ blue 34

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

Shades of Lima #74CC22

Tints of Lima #74CC22

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.63%

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

R = 32.77%
G = 57.63%
B = 9.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#74CC22 (or 0x74CC22) is known color: Lima. HEX triplet: 74, CC and 22. RGB value is (116,204,34). Sum of RGB (Red+Green+Blue) = 116+204+34=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CC22 is #8B33DD. Grayscale: #9E9E9E. Windows color (decimal): -9122782 or 2280564. OLE color: 2280564.

HSL color Cylindrical-coordinate representation of color #74CC22: hue angle of 91.06º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74CC22 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 204 34 -
CMYK 0.43 0 0.83 0.2
HSL 91.06º 0.71% 0.47% -
HSV(B) 91.06º 0.83% 0.8% -
XYZ 29.08 47.01 9.06 -
YUV 158.31 57.85 97.82 -
System Red Green Blue C M Y K H S L
Decimal 116 204 34 0.43 0 0.83 0.2 91.06 0.71 0.47
Hex 74 CC 22 2B 0 53 14 5B 47 2F
Octal 164 314 42 53 0 123 24 133 107 57
Binary 1110100 11001100 100010 101011 0 1010011 10100 1011011 1000111 101111

Color Harmonies of #74CC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC22

Black with #74CC22

Text Example


Text Example

White with #74CC22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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