Html Css Color HEX #6FD228 Lima

📋 copy color: '#6FD228'

red 111 ◦ green 210 ◦ blue 40

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

Shades of Lima #6FD228

Tints of Lima #6FD228

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.17%

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

R = 30.75%
G = 58.17%
B = 11.08%

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

#6FD228 (or 0x6FD228) is known color: Lima. HEX triplet: 6F, D2 and 28. RGB value is (111,210,40). Sum of RGB (Red+Green+Blue) = 111+210+40=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD228 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD228 is #902DD7. Grayscale: #A1A1A1. Windows color (decimal): -9448920 or 2675311. OLE color: 2675311.

HSL color Cylindrical-coordinate representation of color #6FD228: hue angle of 94.94º 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 #6FD228 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 210 40 -
CMYK 0.47 0 0.81 0.18
HSL 94.94º 0.68% 0.49% -
HSV(B) 94.94º 0.81% 0.82% -
XYZ 29.99 49.63 10.01 -
YUV 161.02 59.7 92.32 -
System Red Green Blue C M Y K H S L
Decimal 111 210 40 0.47 0 0.81 0.18 94.94 0.68 0.49
Hex 6F D2 28 2F 0 51 12 5F 44 31
Octal 157 322 50 57 0 121 22 137 104 61
Binary 1101111 11010010 101000 101111 0 1010001 10010 1011111 1000100 110001

Color Harmonies of #6FD228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD228

Black with #6FD228

Text Example


Text Example

White with #6FD228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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