Html Css Color HEX #6FCD2B Lima

📋 copy color: '#6FCD2B'

red 111 ◦ green 205 ◦ blue 43

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

Shades of Lima #6FCD2B

Tints of Lima #6FCD2B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.1%

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

R = 30.92%
G = 57.1%
B = 11.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#6FCD2B (or 0x6FCD2B) is known color: Lima. HEX triplet: 6F, CD and 2B. RGB value is (111,205,43). Sum of RGB (Red+Green+Blue) = 111+205+43=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCD2B is #9032D4. Grayscale: #9E9E9E. Windows color (decimal): -9450197 or 2870639. OLE color: 2870639.

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

Color convert

RGB 111 205 43 -
CMYK 0.46 0 0.79 0.20
HSL 94.81º 0.65% 0.49% -
HSV(B) 94.81º 0.79% 0.8% -
XYZ 28.82 47.22 9.88 -
YUV 158.43 62.86 94.17 -
System Red Green Blue C M Y K H S L
Decimal 111 205 43 0.46 0 0.79 0.20 94.81 0.65 0.49
Hex 6F CD 2B 2E 0 4F 14 5F 41 31
Octal 157 315 53 56 0 117 24 137 101 61
Binary 1101111 11001101 101011 101110 0 1001111 10100 1011111 1000001 110001

Color Harmonies of #6FCD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCD2B

Black with #6FCD2B

Text Example


Text Example

White with #6FCD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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