#74CD26

Color #74CD26 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #74CD26

Tints of Lima #74CD26

Color information

#74CD26 (or 0x74CD26) is unknown color: approx Lima. HEX triplet: 74, CD and 26. RGB value is (116,205,38). Sum of RGB (Red+Green+Blue) = 116+205+38=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD26 is #8B32D9. Grayscale: #9F9F9F. Windows color (decimal): -9122522 or 2542964. OLE color: 2542964.

HSL color Cylindrical-coordinate representation of color #74CD26: hue angle of 91.98º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74CD26 is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB11620538-
CMYK0.4300.810.20
HSL91.98º68.72%47.65%-
HSV(B)91.98º81.46%80.39%-
XYZ29.3847.529.46-
YUV159.3559.5197.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.31%
GREEN value IS 205 (80.47% from 255) = 57.10%
BLUE value IS 38 (15.23% from 255) = 10.58%
R=32.31%
G=57.10%
B=10.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal116205380.4300.810.2091.9868.7247.65
Hex74CD262B051145c4530
Octal164315465301212413410560
Binary111010011001101100110101011010100011010010111001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74CD26;
 }
 .AnyTagClassName
 {
   color: #74CD26;
 }
</style>
background-color css

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

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

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

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

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

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