Html Css Color HEX #74C82F Lima

📋 copy color: '#74C82F'

red 116 ◦ green 200 ◦ blue 47

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

Shades of Lima #74C82F

Tints of Lima #74C82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 31.96%
G = 55.1%
B = 12.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#74C82F (or 0x74C82F) is known color: Lima. HEX triplet: 74, C8 and 2F. RGB value is (116,200,47). Sum of RGB (Red+Green+Blue) = 116+200+47=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #74C82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C82F is #8B37D0. Grayscale: #9D9D9D. Windows color (decimal): -9123793 or 3131508. OLE color: 3131508.

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

Color convert

RGB 116 200 47 -
CMYK 0.42 0 0.76 0.22
HSL 92.94º 0.62% 0.48% -
HSV(B) 92.94º 0.77% 0.78% -
XYZ 28.37 45.23 9.92 -
YUV 157.44 65.67 98.44 -
System Red Green Blue C M Y K H S L
Decimal 116 200 47 0.42 0 0.76 0.22 92.94 0.62 0.48
Hex 74 C8 2F 2A 0 4C 16 5D 3E 30
Octal 164 310 57 52 0 114 26 135 76 60
Binary 1110100 11001000 101111 101010 0 1001100 10110 1011101 111110 110000

Color Harmonies of #74C82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C82F

Black with #74C82F

Text Example


Text Example

White with #74C82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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