Html Css Color HEX #74C22B Lima

📋 copy color: '#74C22B'

red 116 ◦ green 194 ◦ blue 43

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

Shades of Lima #74C22B

Tints of Lima #74C22B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.96%

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 32.86%
G = 54.96%
B = 12.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#74C22B (or 0x74C22B) is known color: Lima. HEX triplet: 74, C2 and 2B. RGB value is (116,194,43). Sum of RGB (Red+Green+Blue) = 116+194+43=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #74C22B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C22B is #8B3DD4. Grayscale: #999999. Windows color (decimal): -9125333 or 2867828. OLE color: 2867828.

HSL color Cylindrical-coordinate representation of color #74C22B: hue angle of 90.99º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74C22B is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 194 43 -
CMYK 0.40 0 0.78 0.24
HSL 90.99º 0.64% 0.46% -
HSV(B) 90.99º 0.78% 0.76% -
XYZ 26.93 42.47 9.06 -
YUV 153.46 65.66 101.28 -
System Red Green Blue C M Y K H S L
Decimal 116 194 43 0.40 0 0.78 0.24 90.99 0.64 0.46
Hex 74 C2 2B 28 0 4E 18 5B 40 2E
Octal 164 302 53 50 0 116 30 133 100 56
Binary 1110100 11000010 101011 101000 0 1001110 11000 1011011 1000000 101110

Color Harmonies of #74C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C22B

Black with #74C22B

Text Example


Text Example

White with #74C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,194,43); }

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

background-color css

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

 a { background-color: rgb(116,194,43); }

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

border-color css

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

 span { border-color: rgb(116,194,43); }

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