Html Css Color HEX #6FC12F Lima

📋 copy color: '#6FC12F'

red 111 ◦ green 193 ◦ blue 47

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

Shades of Lima #6FC12F

Tints of Lima #6FC12F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.99%

 BLUE value IS 47 (18.75% from 255) = 13.39%

R = 31.62%
G = 54.99%
B = 13.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#6FC12F (or 0x6FC12F) is known color: Lima. HEX triplet: 6F, C1 and 2F. RGB value is (111,193,47). Sum of RGB (Red+Green+Blue) = 111+193+47=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC12F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC12F is #903ED0. Grayscale: #989898. Windows color (decimal): -9453265 or 3129711. OLE color: 3129711.

HSL color Cylindrical-coordinate representation of color #6FC12F: hue angle of 93.7º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6FC12F is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 193 47 -
CMYK 0.42 0 0.76 0.24
HSL 93.7º 0.61% 0.47% -
HSV(B) 93.7º 0.76% 0.76% -
XYZ 26.14 41.72 9.37 -
YUV 151.84 68.83 98.87 -
System Red Green Blue C M Y K H S L
Decimal 111 193 47 0.42 0 0.76 0.24 93.7 0.61 0.47
Hex 6F C1 2F 2A 0 4C 18 5E 3D 2F
Octal 157 301 57 52 0 114 30 136 75 57
Binary 1101111 11000001 101111 101010 0 1001100 11000 1011110 111101 101111

Color Harmonies of #6FC12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC12F

Black with #6FC12F

Text Example


Text Example

White with #6FC12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,193,47); }

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

background-color css

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

 a { background-color: rgb(111,193,47); }

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

border-color css

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

 span { border-color: rgb(111,193,47); }

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