Html Css Color HEX #6ED028 Lima

📋 copy color: '#6ED028'

red 110 ◦ green 208 ◦ blue 40

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

Shades of Lima #6ED028

Tints of Lima #6ED028

RGB

 RED value IS 110 (43.36% from 255) = 30.73%

 GREEN value IS 208 (81.64% from 255) = 58.1%

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

R = 30.73%
G = 58.1%
B = 11.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#6ED028 (or 0x6ED028) is known color: Lima. HEX triplet: 6E, D0 and 28. RGB value is (110,208,40). Sum of RGB (Red+Green+Blue) = 110+208+40=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED028 is #912FD7. Grayscale: #A0A0A0. Windows color (decimal): -9514968 or 2674798. OLE color: 2674798.

HSL color Cylindrical-coordinate representation of color #6ED028: hue angle of 95º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6ED028 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 208 40 -
CMYK 0.47 0 0.81 0.18
HSL 95º 0.68% 0.49% -
HSV(B) 95º 0.81% 0.82% -
XYZ 29.37 48.58 9.84 -
YUV 159.55 60.53 92.66 -
System Red Green Blue C M Y K H S L
Decimal 110 208 40 0.47 0 0.81 0.18 95 0.68 0.49
Hex 6E D0 28 2F 0 51 12 5F 44 31
Octal 156 320 50 57 0 121 22 137 104 61
Binary 1101110 11010000 101000 101111 0 1010001 10010 1011111 1000100 110001

Color Harmonies of #6ED028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED028

Black with #6ED028

Text Example


Text Example

White with #6ED028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,208,40); }

 H1.HeaderClassName
 {
   color: #6ED028;
 }
 .AnyTagClassName
 {
   color: #6ED028;
 }
</style>

background-color css

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

 a { background-color: rgb(110,208,40); }

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

border-color css

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

 span { border-color: rgb(110,208,40); }

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