Html Css Color HEX #74C028 Lima

📋 copy color: '#74C028'

red 116 ◦ green 192 ◦ blue 40

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

Shades of Lima #74C028

Tints of Lima #74C028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.17%

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

R = 33.33%
G = 55.17%
B = 11.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#74C028 (or 0x74C028) is known color: Lima. HEX triplet: 74, C0 and 28. RGB value is (116,192,40). Sum of RGB (Red+Green+Blue) = 116+192+40=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #74C028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C028 is #8B3FD7. Grayscale: #989898. Windows color (decimal): -9125848 or 2670708. OLE color: 2670708.

HSL color Cylindrical-coordinate representation of color #74C028: hue angle of 90º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74C028 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 40 -
CMYK 0.40 0 0.79 0.25
HSL 90º 0.66% 0.45% -
HSV(B) 90º 0.79% 0.75% -
XYZ 26.44 41.57 8.64 -
YUV 151.95 64.82 102.36 -
System Red Green Blue C M Y K H S L
Decimal 116 192 40 0.40 0 0.79 0.25 90 0.66 0.45
Hex 74 C0 28 28 0 4F 19 5A 42 2D
Octal 164 300 50 50 0 117 31 132 102 55
Binary 1110100 11000000 101000 101000 0 1001111 11001 1011010 1000010 101101

Color Harmonies of #74C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C028

Black with #74C028

Text Example


Text Example

White with #74C028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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