Html Css Color HEX #74BC26 Lima

📋 copy color: '#74BC26'

red 116 ◦ green 188 ◦ blue 38

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

Shades of Lima #74BC26

Tints of Lima #74BC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 33.92%
G = 54.97%
B = 11.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#74BC26 (or 0x74BC26) is known color: Lima. HEX triplet: 74, BC and 26. RGB value is (116,188,38). Sum of RGB (Red+Green+Blue) = 116+188+38=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC26 is #8B43D9. Grayscale: #959595. Windows color (decimal): -9126874 or 2538612. OLE color: 2538612.

HSL color Cylindrical-coordinate representation of color #74BC26: hue angle of 88.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74BC26 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 188 38 -
CMYK 0.38 0 0.80 0.26
HSL 88.8º 0.66% 0.44% -
HSV(B) 88.8º 0.8% 0.74% -
XYZ 25.54 39.82 8.17 -
YUV 149.37 65.15 104.2 -
System Red Green Blue C M Y K H S L
Decimal 116 188 38 0.38 0 0.80 0.26 88.8 0.66 0.44
Hex 74 BC 26 26 0 50 1A 59 42 2C
Octal 164 274 46 46 0 120 32 131 102 54
Binary 1110100 10111100 100110 100110 0 1010000 11010 1011001 1000010 101100

Color Harmonies of #74BC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC26

Black with #74BC26

Text Example


Text Example

White with #74BC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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