Html Css Color HEX #6FCF2B Lima

📋 copy color: '#6FCF2B'

red 111 ◦ green 207 ◦ blue 43

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

Shades of Lima #6FCF2B

Tints of Lima #6FCF2B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.34%

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 30.75%
G = 57.34%
B = 11.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#6FCF2B (or 0x6FCF2B) is known color: Lima. HEX triplet: 6F, CF and 2B. RGB value is (111,207,43). Sum of RGB (Red+Green+Blue) = 111+207+43=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCF2B is #9030D4. Grayscale: #A0A0A0. Windows color (decimal): -9449685 or 2871151. OLE color: 2871151.

HSL color Cylindrical-coordinate representation of color #6FCF2B: hue angle of 95.12º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FCF2B is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 207 43 -
CMYK 0.46 0 0.79 0.19
HSL 95.12º 0.66% 0.49% -
HSV(B) 95.12º 0.79% 0.81% -
XYZ 29.3 48.18 10.04 -
YUV 159.6 62.2 93.34 -
System Red Green Blue C M Y K H S L
Decimal 111 207 43 0.46 0 0.79 0.19 95.12 0.66 0.49
Hex 6F CF 2B 2E 0 4F 13 5F 42 31
Octal 157 317 53 56 0 117 23 137 102 61
Binary 1101111 11001111 101011 101110 0 1001111 10011 1011111 1000010 110001

Color Harmonies of #6FCF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCF2B

Black with #6FCF2B

Text Example


Text Example

White with #6FCF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,207,43); }

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

background-color css

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

 a { background-color: rgb(111,207,43); }

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

border-color css

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

 span { border-color: rgb(111,207,43); }

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