Html Css Color HEX #6FBC2D Lima

📋 copy color: '#6FBC2D'

red 111 ◦ green 188 ◦ blue 45

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

Shades of Lima #6FBC2D

Tints of Lima #6FBC2D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.65%

 BLUE value IS 45 (17.97% from 255) = 13.08%

R = 32.27%
G = 54.65%
B = 13.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#6FBC2D (or 0x6FBC2D) is known color: Lima. HEX triplet: 6F, BC and 2D. RGB value is (111,188,45). Sum of RGB (Red+Green+Blue) = 111+188+45=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC2D is #9043D2. Grayscale: #959595. Windows color (decimal): -9454547 or 2997359. OLE color: 2997359.

HSL color Cylindrical-coordinate representation of color #6FBC2D: hue angle of 92.31º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6FBC2D is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 188 45 -
CMYK 0.41 0 0.76 0.26
HSL 92.31º 0.61% 0.46% -
HSV(B) 92.31º 0.76% 0.74% -
XYZ 25.01 39.54 8.8 -
YUV 148.68 69.49 101.13 -
System Red Green Blue C M Y K H S L
Decimal 111 188 45 0.41 0 0.76 0.26 92.31 0.61 0.46
Hex 6F BC 2D 29 0 4C 1A 5C 3D 2E
Octal 157 274 55 51 0 114 32 134 75 56
Binary 1101111 10111100 101101 101001 0 1001100 11010 1011100 111101 101110

Color Harmonies of #6FBC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBC2D

Black with #6FBC2D

Text Example


Text Example

White with #6FBC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,188,45); }

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

background-color css

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

 a { background-color: rgb(111,188,45); }

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

border-color css

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

 span { border-color: rgb(111,188,45); }

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