#6FCA28

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

Shades of Lima #6FCA28

Tints of Lima #6FCA28

Color information

#6FCA28 (or 0x6FCA28) is unknown color: approx Lima. HEX triplet: 6F, CA and 28. RGB value is (111,202,40). Sum of RGB (Red+Green+Blue) = 111+202+40=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA28 is #9035D7. Grayscale: #9C9C9C. Windows color (decimal): -9450968 or 2673263. OLE color: 2673263.

HSL color Cylindrical-coordinate representation of color #6FCA28: hue angle of 93.7º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FCA28 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB11120240-
CMYK0.4500.800.21
HSL93.7º66.94%47.45%-
HSV(B)93.7º80.2%79.22%-
XYZ28.0645.779.36-
YUV156.3262.3595.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.44%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 40 (16.02% from 255) = 11.33%
R=31.44%
G=57.22%
B=11.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111202400.4500.800.2193.766.9447.45
Hex6FCA282D050155e432f
Octal157312505501202513610357
Binary110111111001010101000101101010100001010110111101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FCA28; }

 p { color: rgb(111,202,40); }

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

<style>
 a { background-color: #6FCA28; }

 a { background-color: rgb(111,202,40); }

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

<style>
 span { border-color: #6FCA28; }

 span { border-color: rgb(111,202,40); }

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