Html Css Color HEX #74C826 Lima

📋 copy color: '#74C826'

red 116 ◦ green 200 ◦ blue 38

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

Shades of Lima #74C826

Tints of Lima #74C826

RGB

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

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

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

R = 32.77%
G = 56.5%
B = 10.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#74C826 (or 0x74C826) is known color: Lima. HEX triplet: 74, C8 and 26. RGB value is (116,200,38). Sum of RGB (Red+Green+Blue) = 116+200+38=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #74C826 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C826 is #8B37D9. Grayscale: #9C9C9C. Windows color (decimal): -9123802 or 2541684. OLE color: 2541684.

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

Color convert

RGB 116 200 38 -
CMYK 0.42 0 0.81 0.22
HSL 91.11º 0.68% 0.47% -
HSV(B) 91.11º 0.81% 0.78% -
XYZ 28.21 45.16 9.06 -
YUV 156.42 61.17 99.17 -
System Red Green Blue C M Y K H S L
Decimal 116 200 38 0.42 0 0.81 0.22 91.11 0.68 0.47
Hex 74 C8 26 2A 0 51 16 5B 44 2F
Octal 164 310 46 52 0 121 26 133 104 57
Binary 1110100 11001000 100110 101010 0 1010001 10110 1011011 1000100 101111

Color Harmonies of #74C826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C826

Black with #74C826

Text Example


Text Example

White with #74C826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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