Html Css Color HEX #6ED002 Lawn Green

📋 copy color: '#6ED002'

red 110 ◦ green 208 ◦ blue 2

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

Shades of Lawn Green #6ED002

Tints of Lawn Green #6ED002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 34.38%
G = 65%
B = 0.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#6ED002 (or 0x6ED002) is known color: Lawn Green. HEX triplet: 6E, D0 and 02. RGB value is (110,208,2). Sum of RGB (Red+Green+Blue) = 110+208+2=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ED002 is #912FFD. Grayscale: #9B9B9B. Windows color (decimal): -9515006 or 184430. OLE color: 184430.

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

Color convert

RGB 110 208 2 -
CMYK 0.47 0 0.99 0.18
HSL 88.54º 0.98% 0.41% -
HSV(B) 88.54º 0.99% 0.82% -
XYZ 29 48.43 7.88 -
YUV 155.21 41.53 95.75 -
System Red Green Blue C M Y K H S L
Decimal 110 208 2 0.47 0 0.99 0.18 88.54 0.98 0.41
Hex 6E D0 2 2F 0 63 12 59 62 29
Octal 156 320 2 57 0 143 22 131 142 51
Binary 1101110 11010000 10 101111 0 1100011 10010 1011001 1100010 101001

Color Harmonies of #6ED002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED002

Black with #6ED002

Text Example


Text Example

White with #6ED002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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