Html Css Color HEX #6FCB28 Lima

📋 copy color: '#6FCB28'

red 111 ◦ green 203 ◦ blue 40

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

Shades of Lima #6FCB28

Tints of Lima #6FCB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.3%

R = 31.36%
G = 57.34%
B = 11.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#6FCB28 (or 0x6FCB28) is known color: Lima. HEX triplet: 6F, CB and 28. RGB value is (111,203,40). Sum of RGB (Red+Green+Blue) = 111+203+40=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCB28 is #9034D7. Grayscale: #9D9D9D. Windows color (decimal): -9450712 or 2673519. OLE color: 2673519.

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

Color convert

RGB 111 203 40 -
CMYK 0.45 0 0.80 0.20
HSL 93.87º 0.67% 0.48% -
HSV(B) 93.87º 0.8% 0.8% -
XYZ 28.29 46.24 9.44 -
YUV 156.91 62.02 95.25 -
System Red Green Blue C M Y K H S L
Decimal 111 203 40 0.45 0 0.80 0.20 93.87 0.67 0.48
Hex 6F CB 28 2D 0 50 14 5E 43 30
Octal 157 313 50 55 0 120 24 136 103 60
Binary 1101111 11001011 101000 101101 0 1010000 10100 1011110 1000011 110000

Color Harmonies of #6FCB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCB28

Black with #6FCB28

Text Example


Text Example

White with #6FCB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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