Html Css Color HEX #6FCB2C Lima

📋 copy color: '#6FCB2C'

red 111 ◦ green 203 ◦ blue 44

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

Shades of Lima #6FCB2C

Tints of Lima #6FCB2C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.7%

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 31.01%
G = 56.7%
B = 12.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#6FCB2C (or 0x6FCB2C) is known color: Lima. HEX triplet: 6F, CB and 2C. RGB value is (111,203,44). Sum of RGB (Red+Green+Blue) = 111+203+44=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCB2C is #9034D3. Grayscale: #9D9D9D. Windows color (decimal): -9450708 or 2935663. OLE color: 2935663.

HSL color Cylindrical-coordinate representation of color #6FCB2C: hue angle of 94.72º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6FCB2C is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 203 44 -
CMYK 0.45 0 0.78 0.20
HSL 94.72º 0.64% 0.48% -
HSV(B) 94.72º 0.78% 0.8% -
XYZ 28.37 46.27 9.82 -
YUV 157.37 64.02 94.93 -
System Red Green Blue C M Y K H S L
Decimal 111 203 44 0.45 0 0.78 0.20 94.72 0.64 0.48
Hex 6F CB 2C 2D 0 4E 14 5F 40 30
Octal 157 313 54 55 0 116 24 137 100 60
Binary 1101111 11001011 101100 101101 0 1001110 10100 1011111 1000000 110000

Color Harmonies of #6FCB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCB2C

Black with #6FCB2C

Text Example


Text Example

White with #6FCB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,203,44); }

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

background-color css

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

 a { background-color: rgb(111,203,44); }

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

border-color css

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

 span { border-color: rgb(111,203,44); }

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