Html Css Color HEX #74BC28 Lima

📋 copy color: '#74BC28'

red 116 ◦ green 188 ◦ blue 40

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

Shades of Lima #74BC28

Tints of Lima #74BC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.65%

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 33.72%
G = 54.65%
B = 11.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#74BC28 (or 0x74BC28) is known color: Lima. HEX triplet: 74, BC and 28. RGB value is (116,188,40). Sum of RGB (Red+Green+Blue) = 116+188+40=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC28 is #8B43D7. Grayscale: #969696. Windows color (decimal): -9126872 or 2669684. OLE color: 2669684.

HSL color Cylindrical-coordinate representation of color #74BC28: hue angle of 89.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74BC28 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 188 40 -
CMYK 0.38 0 0.79 0.26
HSL 89.19º 0.65% 0.45% -
HSV(B) 89.19º 0.79% 0.74% -
XYZ 25.57 39.83 8.35 -
YUV 149.6 66.15 104.03 -
System Red Green Blue C M Y K H S L
Decimal 116 188 40 0.38 0 0.79 0.26 89.19 0.65 0.45
Hex 74 BC 28 26 0 4F 1A 59 41 2D
Octal 164 274 50 46 0 117 32 131 101 55
Binary 1110100 10111100 101000 100110 0 1001111 11010 1011001 1000001 101101

Color Harmonies of #74BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC28

Black with #74BC28

Text Example


Text Example

White with #74BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,188,40); }

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

background-color css

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

 a { background-color: rgb(116,188,40); }

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

border-color css

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

 span { border-color: rgb(116,188,40); }

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