Html Css Color HEX #6FD022 Lima

📋 copy color: '#6FD022'

red 111 ◦ green 208 ◦ blue 34

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

Shades of Lima #6FD022

Tints of Lima #6FD022

RGB

 RED value IS 111 (43.75% from 255) = 31.44%

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

 BLUE value IS 34 (13.67% from 255) = 9.63%

R = 31.44%
G = 58.92%
B = 9.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#6FD022 (or 0x6FD022) is known color: Lima. HEX triplet: 6F, D0 and 22. RGB value is (111,208,34). Sum of RGB (Red+Green+Blue) = 111+208+34=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD022 is #902FDD. Grayscale: #9F9F9F. Windows color (decimal): -9449438 or 2281583. OLE color: 2281583.

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

Color convert

RGB 111 208 34 -
CMYK 0.47 0 0.84 0.18
HSL 93.45º 0.72% 0.47% -
HSV(B) 93.45º 0.84% 0.82% -
XYZ 29.4 48.61 9.35 -
YUV 159.16 57.36 93.65 -
System Red Green Blue C M Y K H S L
Decimal 111 208 34 0.47 0 0.84 0.18 93.45 0.72 0.47
Hex 6F D0 22 2F 0 54 12 5D 48 2F
Octal 157 320 42 57 0 124 22 135 110 57
Binary 1101111 11010000 100010 101111 0 1010100 10010 1011101 1001000 101111

Color Harmonies of #6FD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD022

Black with #6FD022

Text Example


Text Example

White with #6FD022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,208,34); }

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

background-color css

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

 a { background-color: rgb(111,208,34); }

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

border-color css

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

 span { border-color: rgb(111,208,34); }

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